New submission from Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue3317> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com