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 alexis
Recipients alexis, eric.araujo, tarek
Date 2012-05-29.10:12:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FC4A129.2070501@notmyidea.org>
In-reply-to <1338262862.67.0.857324499005.issue14946@psf.upfronthosting.co.za>
Content
Good catch,

One solution would be to have the pysetup script name suffixed by the 
version of python is comes with. For instance, for python 3.3 it would 
be "pysetup3.3" (that's how it is atm).

This means that "pysetup" would point to "pysetup3.3" after a fresh 
python install, but distutils2 could change this and propose a 
different version of pysetup.

The 3.3 version would still be available but under "pysetup3.3".
History
Date User Action Args
2012-05-29 10:12:59alexissetrecipients: + alexis, tarek, eric.araujo
2012-05-29 10:12:58alexislinkissue14946 messages
2012-05-29 10:12:58alexiscreate