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 eric.araujo, ronaldoussoren, tarek
Date 2010-12-07.09:06:53
SpamBayes Score 1.5625442e-06
Marked as misclassified No
Message-id <1291712814.77.0.81787148742.issue10645@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed that distutils creates an egg-info for the stdlib while installing Python.

This definitely happens for Python 2.7 and Python 3.2 (both framework builds on OSX).

In lib-dynload there is and egg-info file: "Python-2.7.1-py2.7.egg-info" 

Is this intentional? 

If it is: the OSX installer does not remove older versions when installing an upgrade (that is, I also have egg-info files for Python-2.7 and several pre-releases)
History
Date User Action Args
2010-12-07 09:06:54ronaldoussorensetrecipients: + ronaldoussoren, tarek, eric.araujo
2010-12-07 09:06:54ronaldoussorensetmessageid: <1291712814.77.0.81787148742.issue10645@psf.upfronthosting.co.za>
2010-12-07 09:06:53ronaldoussorenlinkissue10645 messages
2010-12-07 09:06:53ronaldoussorencreate