[issue10645] Remove egg-info files in stdlib

2011-06-09 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Pyth

[issue10645] Remove egg-info files in stdlib

2011-06-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e3f6c10eb590 by Éric Araujo in branch 'default': Stop creating a Python-X.Y.Z-pyX.Y.egg-info file on install (#10645) http://hg.python.org/cpython/rev/e3f6c10eb590 New changeset af7bc95e5b1e by Éric Araujo in branch 'default': The change done for #

[issue10645] Remove egg-info files in stdlib

2011-06-09 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: +Removing wsgiref.egg-info ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue10645] Remove egg-info files in stdlib

2011-05-30 Thread Tarek Ziadé
Tarek Ziadé added the comment: see issue12218 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue10645] Remove egg-info files in stdlib

2011-05-30 Thread Tarek Ziadé
Tarek Ziadé added the comment: I am going to remove wsgiref.egg-info -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue10645] Remove egg-info files in stdlib

2011-05-26 Thread Éric Araujo
Éric Araujo added the comment: The egg-info file for Python itself can go, but what about wsgiref.egg-info? It was included in 2.5 too to preserve compatibility with code using pkg_resources.require instead of regular import. I’d like to remove it too: it’s not needed anymore with the new s

[issue10645] Remove egg-info files in stdlib

2011-03-31 Thread Éric Araujo
Éric Araujo added the comment: Yes, I only target 3.3. -- assignee: tarek -> eric.araujo ___ Python tracker ___ ___ Python-bugs-list

[issue10645] Remove egg-info files in stdlib

2011-03-31 Thread Ronald Oussoren
Ronald Oussoren added the comment: I agree that the egg-info file should be removed in 3.3, especially because distutils2 has a better way of specifying python version dependencies. The OSX installers for 2.7, 3.1 and 3.2 should remove the egg-info file for older releases, that way we at leas

[issue10645] Remove egg-info files in stdlib

2011-03-31 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue10645] Remove egg-info files in stdlib

2011-03-30 Thread Senthil Kumaran
Senthil Kumaran added the comment: +1 to removing of the spurious egg-info files. For the folks who are not aware of the multitude 'packaging terms', egg-info files are the first step towards the path leading to more confusion. So cleaning up would be definitely better in the standard distrib

[issue10645] Remove egg-info files in stdlib

2011-03-25 Thread Éric Araujo
Éric Araujo 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 disa