Alexis Metaireau <ale...@notmyidea.org> added the comment: 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". ---------- _______________________________________ 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