[issue10301] Zipfile cannot be used in with Statement

2010-11-03 Thread t.steinruecken
New submission from t.steinruecken t.steinruec...@service4every1.de: Using a ZipFile as a with-context dosnt work (Im using the standard Ubuntu version of Python3.1) Python 3.1.2 (r312:79147, Apr 15 2010, 15:35:48) [GCC 4.4.3] on linux2 Type help, copyright, credits or license for more

[issue10301] Zipfile cannot be used in with Statement

2010-11-03 Thread Alex
Alex alex.gay...@gmail.com added the comment: Context manager support was added in 3.2 -- nosy: +alex ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10301 ___

[issue10301] Zipfile cannot be used in with Statement

2010-11-03 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10301 ___

[issue10301] Zipfile cannot be used in with Statement

2010-11-03 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti stage: - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10301 ___