[issue14399] zipfile and creat/update comment

R. David Murray report at bugs.python.org
Fri Apr 13 00:47:16 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Thanks, Serhiy.

I made one small change, using 'with self.assertEqual' in the TypeError test.  You might want to check that out, it is a useful technique.

Oh, and I removed the type check from the 2.7 patch.  You can use a unicode string as long as it doesn't contain non-ASCII (the reason we created python3!), so it would be a backward incompatible change to raise a TypeError there.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list