[issue10301] Zipfile cannot be used in "with" Statement

2010-11-03 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue10301] Zipfile cannot be used in "with" Statement

2010-11-03 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list maili

[issue10301] Zipfile cannot be used in "with" Statement

2010-11-03 Thread Alex
Alex added the comment: Context manager support was added in 3.2 -- nosy: +alex ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue10301] Zipfile cannot be used in "with" Statement

2010-11-03 Thread t.steinruecken
New submission from t.steinruecken : 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 information. >>> from zipfile