What steps will reproduce the problem?
1. Try to import any of the FS classes on Python2.5
What do you see instead?
fs/base.py:663: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "fs/base.py", line 663
with self._lock:
^
SyntaxError: invalid syntax
Original issue reported on code.google.com by gc...@loowis.durge.org on 13 Aug 2012 at 12:01
Original issue reported on code.google.com by
gc...@loowis.durge.org
on 13 Aug 2012 at 12:01