This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gdementen
Recipients arigo, facundobatista, gdementen, gregory.p.smith, gvanrossum, jcea, jdavid.ibp@gmail.com, mbecker, tlesher
Date 2009-04-20.09:13:45
SpamBayes Score 5.8149163e-10
Marked as misclassified No
Message-id <1240218828.47.0.207799719104.issue1202@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the issue J. David Ibáñez has, I have a few comments to add:

- It's also present on 32bit.
- AFAICT:
  * it's present in both 2.6 branch & trunk (as of 68886),
  * it's a problem with line 1110 (in 2.6 branch), or line 1122 in
trunk, which should read "<LLL" instead of "<lLL",
  * it is an omission from changeset 61591: 
http://svn.python.org/view/python/trunk/Lib/zipfile.py?view=diff&r1=61590&r2=61591
which changed line 964 (at the time)
http://svn.python.org/view/python/trunk/Lib/zipfile.py?annotate=61591#l964
but not the corresponding one in writestr.

I'm not sure whether or not a separate bug report should be opened for
this issue.
History
Date User Action Args
2009-04-20 09:13:48gdementensetrecipients: + gdementen, gvanrossum, arigo, facundobatista, gregory.p.smith, jcea, tlesher, mbecker, jdavid.ibp@gmail.com
2009-04-20 09:13:48gdementensetmessageid: <1240218828.47.0.207799719104.issue1202@psf.upfronthosting.co.za>
2009-04-20 09:13:46gdementenlinkissue1202 messages
2009-04-20 09:13:46gdementencreate