]> granicus.if.org Git - python/commit
Issue #22217: Implemented reprs of classes in the zipfile module.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 Oct 2014 20:42:06 +0000 (22:42 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 29 Oct 2014 20:42:06 +0000 (22:42 +0200)
commit51a43703afa0f4de9c2fb2ff4ce3a75e499c5e4e
tree0384ead9fd97245a4b3bde37757a1fef5a405a2c
parent659dd625b4c3489fbefe9fa866d87bc2b5e14366
Issue #22217: Implemented reprs of classes in the zipfile module.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS