Éric Araujo <mer...@netwok.org> added the comment:

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.

----------
components: +Distutils2 -Distutils
nosy: +alexis
title: egg-info file in lib-dynload -> Remove egg-info files in stdlib
versions: +Python 3.3 -Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10645>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to