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 eric.araujo
Recipients eric.araujo, tarek, techtonik
Date 2010-06-03.22:05:51
SpamBayes Score 0.04792131
Marked as misclassified No
Message-id <1275602753.15.0.321033668557.issue8891@psf.upfronthosting.co.za>
In-reply-to
Content
> It is not a feature, but a bugfix for wrong order of files in archive.

That’s debatable. If the docs did advertise ordering and if it’s not a regression from an older version, it’s a new feature. I’m not saying I don’t like it, just clarifying Python’s process.

> I've just copy-pasted the same block from Python 2.7, so the bug with
> shadowing is already there.

I see in the log that Tarek has done this to respect PEP 8, which advocates using meaningful names. Not a big deal here.

FTR, this function has been moved to shutil, still with the zip shadowing and without the sorting.

I’ll shut up now and let Tarek and the release manager judge whether this is a bugfix or a new feature :)
History
Date User Action Args
2010-06-03 22:05:53eric.araujosetrecipients: + eric.araujo, techtonik, tarek
2010-06-03 22:05:53eric.araujosetmessageid: <1275602753.15.0.321033668557.issue8891@psf.upfronthosting.co.za>
2010-06-03 22:05:51eric.araujolinkissue8891 messages
2010-06-03 22:05:51eric.araujocreate