[issue17392] Python installer for Windows packages wrong zipfile.py

2013-03-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue17392] Python installer for Windows packages wrong zipfile.py

2013-03-11 Thread Simon Wagner
Changes by Simon Wagner : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue17392] Python installer for Windows packages wrong zipfile.py

2013-03-11 Thread Simon Wagner
Simon Wagner added the comment: yep, those match. Sorry for the inconvenience. So I will have to wait a while before I can use long path names. -- ___ Python tracker ___ ___

[issue17392] Python installer for Windows packages wrong zipfile.py

2013-03-11 Thread Ezio Melotti
Ezio Melotti added the comment: You should probably compare it with http://hg.python.org/cpython/file/v3.3.0/Lib/zipfile.py. The one you linked contains changes that will be included in the next 3.3.x release. -- nosy: +ezio.melotti ___ Python track

[issue17392] Python installer for Windows packages wrong zipfile.py

2013-03-11 Thread Simon Wagner
Simon Wagner added the comment: I compared the file in http://hg.python.org/cpython/file/3.3/Lib/zipfile.py with the zipfile.py that is distributed with http://www.python.org/ftp/python/3.3.0/python-3.3.0.msi They differ in several places. I checked several times, so this is either an error i

[issue17392] Python installer for Windows packages wrong zipfile.py

2013-03-10 Thread Éric Araujo
Éric Araujo added the comment: Could you explain what makes you say this? Installers are built from the source code repository, not assembled by human copy-pasting, so such an error seems highly unlikely to me. Please tell what Python versions you checked (i.e. versions from python.org or Ac

[issue17392] Python installer for Windows packages wrong zipfile.py

2013-03-10 Thread Simon Wagner
New submission from Simon Wagner: Wrong version of zipfile.py is packaged with the Windows installer for Python 3.2 and 3.3. It seems to be the version from 3.1. Other files might also be wrong, I did not check. -- components: Installation, Windows messages: 183892 nosy: Simon.Wagner p