[Python-checkins] r61591 - python/trunk/Lib/zipfile.py

Amaury Forgeot d'Arc amauryfa at gmail.com
Thu Mar 20 01:41:28 CET 2008


> Author: gregory.p.smith
> Date: Wed Mar 19 04:14:41 2008
> New Revision: 61591
>
> Modified:
>    python/trunk/Lib/zipfile.py
> Log:
> Fix the struct module DeprecationWarnings that zipfile was triggering by
> removing all use of signed struct values.
>
> test_zipfile and test_zipfile64 pass.  no more warnings.

Gregory,

This change adds a "print >>sys.stderr".
I suppose it was useful for debugging, but it should not stay in the
final version.
Do you still need it? Otherwise, could you remove it?

-- 
Amaury Forgeot d'Arc


More information about the Python-checkins mailing list