commit | 814661e0d430e1ed8ebc4839fb49a668d02e5a07 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jul 18 22:07:29 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jul 18 22:07:29 2007 +0000 |
tree | 7d209049ad3b95766a946de74ef445b2c7231f34 | |
parent | 697a84b16c9561a2035c0f74dfc0af0b5b868149 [diff] |
Fix test_zipfile.py. (Why was it passing before?) The usual str/bytes issues. BTW, perhaps zipfp.open() should behave more like io.open()?