[issue3317] duplicate lines in zipfile.py

Amaury Forgeot d'Arc report at bugs.python.org
Mon Jul 7 22:57:49 CEST 2008


New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:

Since r64688, zipfile.py contains duplicated definitions. The attached
patch removes them.

Also, Twisted uses a zipfile item that have been renamed by this change:
zipfile.stringFileHeader (now magicFileHeader).
This makes some tests fail on the community buildbots. See the rightmost
column on
http://www.python.org/dev/buildbot/community/trunk/

I suggest to rename all magicXXX variables back to stringXXX.

----------
assignee: loewis
components: Library (Lib)
messages: 69398
nosy: amaury.forgeotdarc, loewis
severity: normal
status: open
title: duplicate lines in zipfile.py
type: behavior
versions: Python 2.6

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


More information about the Python-bugs-list mailing list