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 in the installer or an error in the documentation, as the wrong version 
is linked.

This is especially unfortunate, as the version that is distributed has problems 
with long path names (prefixed with the famous \\?\). The one that is linked in 
the documentation however, does not have that same problem.

I did attach the zipfile.py that comes with the installer. I hope this is 
helpful for you.

----------
Added file: http://bugs.python.org/file29382/zipfile.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to