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 alexis, eric.araujo, pje, ronaldoussoren, tarek
Date 2011-03-25.22:36:14
SpamBayes Score 3.342208e-08
Marked as misclassified No
Message-id <1301092575.24.0.865123204591.issue10645@psf.upfronthosting.co.za>
In-reply-to
Content
After a bit of exploring, I think that it’s possible that the existence of this file is not intentional.  Python uses distutils.core.setup to build install most of its own extension modules, and the PyBuildInstall class used for the install command does not disable the automatic egg-info generation.

With the move of packaging into the stdlib and the addition of the superseding dist-info format, such files can be removed in 3.3.  They’re harmless in stable versions, and removing them would require updates to the build tools that don’t really bring us anything.
History
Date User Action Args
2011-03-25 22:36:15eric.araujosetrecipients: + eric.araujo, pje, ronaldoussoren, tarek, alexis
2011-03-25 22:36:15eric.araujosetmessageid: <1301092575.24.0.865123204591.issue10645@psf.upfronthosting.co.za>
2011-03-25 22:36:14eric.araujolinkissue10645 messages
2011-03-25 22:36:14eric.araujocreate