[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 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



[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 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



[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 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



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

2013-03-11 Thread Simon Wagner

Changes by Simon Wagner wagner.si...@web.de:


--
resolution:  - invalid
status: open - closed

___
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



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

2013-03-11 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
stage:  - committed/rejected

___
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



[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
priority: normal
severity: normal
status: open
title: Python installer for Windows packages wrong zipfile.py
type: behavior
versions: Python 3.2, Python 3.3

___
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



[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 ActiveState or another distributor) and what 
is wrong with zipfile.py.  Thanks in advance.

--
nosy: +eric.araujo

___
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