rivenz / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

PyFileSystem is totally broken on Python2.5 ! #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed by r801

Original comment by gc...@loowis.durge.org on 13 Aug 2012 at 12:08