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 ronaldoussoren
Recipients amaury.forgeotdarc, georg.brandl, pitrou, ronaldoussoren, vstinner
Date 2011-01-23.18:42:47
SpamBayes Score 1.0837297e-06
Marked as misclassified No
Message-id <1295808170.01.0.344185835195.issue10955@psf.upfronthosting.co.za>
In-reply-to
Content
Data files can be anything that can be a data-file in a setuptools/distribute setup.py file. Note that #10972 isn't necessary when python32.zip is build using the zipfile module, _encodeFilenameFlags uses either ASCII or UTF-8 to encode filenames and the new zipimport behavior matches that.

I can confirm that the current HEAD fixes the problems I had in py2app.

BTW. I do considered this a regression because having the stdlib in a zipfile used to work in earlier versions, was obviously something that was intended to work (python32.zip in the default value for sys.path) and no longer worked.

And last but definitely not least: Thanks for the quick response.
History
Date User Action Args
2011-01-23 18:42:50ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl, amaury.forgeotdarc, pitrou, vstinner
2011-01-23 18:42:50ronaldoussorensetmessageid: <1295808170.01.0.344185835195.issue10955@psf.upfronthosting.co.za>
2011-01-23 18:42:47ronaldoussorenlinkissue10955 messages
2011-01-23 18:42:47ronaldoussorencreate