[issue10645] Remove egg-info files in stdlib

Éric Araujo report at bugs.python.org
Fri Mar 25 23:36:15 CET 2011


Éric Araujo <merwok at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10645>
_______________________________________


More information about the Python-bugs-list mailing list