Re: [Python-Dev] [Python-checkins] r86699 - python/branches/py3k/Lib/zipfile.py

2010-11-22 Thread Benjamin Peterson
2010/11/22 Łukasz Langa : > Wiadomość napisana przez Benjamin Peterson w dniu 2010-11-23, o godz. 00:47: > > No test? > > > The tests were there already, raising ResourceWarnings. After this change, > they stopped doing that. You may say: now they pass for the first time :) It looks like you added

Re: [Python-Dev] [Python-checkins] r86699 - python/branches/py3k/Lib/zipfile.py

2010-11-22 Thread Łukasz Langa
Wiadomość napisana przez Benjamin Peterson w dniu 2010-11-23, o godz. 00:47: > No test? > The tests were there already, raising ResourceWarnings. After this change, they stopped doing that. You may say: now they pass for the first time :) Best regards, Łukasz > 2010/11/22 lukasz.langa : >> A

Re: [Python-Dev] [Python-checkins] r86699 - python/branches/py3k/Lib/zipfile.py

2010-11-22 Thread Benjamin Peterson
No test? 2010/11/22 lukasz.langa : > Author: lukasz.langa > Date: Tue Nov 23 00:31:26 2010 > New Revision: 86699 > > Log: > Issue #9846: ZipExtFile provides no mechanism for closing the underlying file > object > > > > Modified: >   python/branches/py3k/Lib/zipfile.py > > Modified: python/branche