[issue12004] PyZipFile.writepy gives internal error on syntax errors

Serhiy Storchaka report at bugs.python.org
Sat Dec 1 14:00:43 CET 2012


Serhiy Storchaka added the comment:

The patches look good to me, except that `self.assertIn('mod1.py', names)` can be used instead `self.assertTrue('mod1.py' in names)`.

----------
nosy: +alanmcintyre, serhiy.storchaka
stage:  -> commit review
versions: +Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12004>
_______________________________________


More information about the Python-bugs-list mailing list