[issue10645] egg-info file in lib-dynload

2010-12-07 Thread Éric Araujo
Éric Araujo added the comment: I think the existence of this file is intentional, to satisfy pkg_resources requirements for “Python”. Philip can confirm. -- nosy: +pje ___ Python tracker

[issue10645] egg-info file in lib-dynload

2010-12-07 Thread Ronald Oussoren
New submission from Ronald Oussoren : 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 t