This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, eric.araujo, tarek
Date 2012-05-29.03:40:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338262837.82.0.276782764765.issue14946@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-29 03:40:37eric.araujosetrecipients: + eric.araujo, tarek, alexis
2012-05-29 03:40:37eric.araujosetmessageid: <1338262837.82.0.276782764765.issue14946@psf.upfronthosting.co.za>
2012-05-29 03:40:37eric.araujolinkissue14946 messages
2012-05-29 03:40:36eric.araujocreate