New submission from Éric Araujo <mer...@netwok.org>: The whole point of naming distutils2 “packaging” in the standard library is to avoid name conflicts in case someone wants to import a distutils2 version from site-packages that’s newer than the packaging version in the standard library. However the main command-line entry point, the pysetup script, has a conflicting name: both packaging and distutils2 use it.
I don’t have an elegant solution to that; suggestions welcome. ---------- assignee: eric.araujo components: Distutils2 messages: 161848 nosy: alexis, eric.araujo, tarek priority: normal severity: normal status: open title: packaging’spysetup script should be named differently than distutils2’s pysetup versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14946> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com