<div dir="ltr">Hi everybody,<br><br>During the porting of Zope2 to Python2.6, I am stuck with a syntax error in the module AccessControl, which is given below.<br><br>def reorder(s, with=None, without=()):<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br>
SyntaxError: invalid syntax<br><br>in line 56 of /home/zope/ztrunk26/lib/python/RestrictedPython/Utilities.py.<br>The same code when run in python2.4 and python2.5 didn&#39;t give any syntax errors. Can anybody suggest&nbsp; the reason for this syntax error in python2.6.  <br>
<br></div>