Changes by Simon Wagner :
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue17392>
___
___
Python-bugs-list
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
<http://bugs.python.org/issue17
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
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