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 andrea.crotti
Recipients andrea.crotti, eric.araujo, eric.snow, tarek
Date 2012-02-12.11:37:55
SpamBayes Score 6.779556e-09
Marked as misclassified No
Message-id <1329046676.56.0.0686578302257.issue13991@psf.upfronthosting.co.za>
In-reply-to
Content
About the binary file, in theory I agree with you, but that archive contains 5 or 6 subdirectories with a few almost empty files.

Of course I can write a script that recreates that situation, but does it make sense when I can just tar and untar it?
And what should be the security threat in a tar.gz file?

Anyway it doesn't matter and sure I will try to use plain text in the future..

About the bug, for what I can understand the bug comes from pkg_resources:
/usr/lib/python2.7/site-packages/pkg_resources.py is owned by python2-distribute 0.6.24-1

and/or from how the import mechanism works on namespace packages, not from setuptools..
Should I still move the bug report to somewhere else?
History
Date User Action Args
2012-02-12 11:37:56andrea.crottisetrecipients: + andrea.crotti, tarek, eric.araujo, eric.snow
2012-02-12 11:37:56andrea.crottisetmessageid: <1329046676.56.0.0686578302257.issue13991@psf.upfronthosting.co.za>
2012-02-12 11:37:56andrea.crottilinkissue13991 messages
2012-02-12 11:37:55andrea.crotticreate