[issue22217] Reprs for zipfile classes

2014-10-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Berker and Ezio for your reviews. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker __

[issue22217] Reprs for zipfile classes

2014-10-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 82fd95c2851b by Serhiy Storchaka in branch 'default': Issue #22217: Implemented reprs of classes in the zipfile module. https://hg.python.org/cpython/rev/82fd95c2851b -- nosy: +python-dev ___ Python track

[issue22217] Reprs for zipfile classes

2014-10-28 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM -- nosy: +ezio.melotti stage: patch review -> commit review ___ Python tracker ___ ___ Python-bug

[issue22217] Reprs for zipfile classes

2014-08-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated patch addresses Berker's comments. -- Added file: http://bugs.python.org/file36426/zipfile_reprs_2.patch ___ Python tracker ___ __

[issue22217] Reprs for zipfile classes

2014-08-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +patch Added file: http://bugs.python.org/file36397/zipfile_reprs.diff ___ Python tracker ___ _

[issue22217] Reprs for zipfile classes

2014-08-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch implements __repr__() methods of three zipfile classes: ZipFile, ZipInfo and ZipExtFile. Example: >>> import zipfile >>> zf = >>> zipfile.ZipFile('/usr/share/doc/texlive-base/support/makeindex/ind-src.zip') >>> zf >>> zf.infolist()[:2] [, ]