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 ncoghlan
Recipients barry, georg.brandl, ncoghlan
Date 2010-12-11.11:39:08
SpamBayes Score 3.6872727e-12
Marked as misclassified No
Message-id <1292067550.81.0.896632970481.issue10677@psf.upfronthosting.co.za>
In-reply-to
Content
"make altinstall" is currently installing python3.2m rather than python3.2.

Since PEP 3149 makes no mention of changing the executable name, this should be fixed to correctly install the executable as python3.2.

I suspect this will also affect a "make install", but will be obscured in that case since the python3 symlink will still do the right thing. (I haven't tried it, since I don't want to clobber the Canonical provided 3.1 installation)
History
Date User Action Args
2010-12-11 11:39:10ncoghlansetrecipients: + ncoghlan, barry, georg.brandl
2010-12-11 11:39:10ncoghlansetmessageid: <1292067550.81.0.896632970481.issue10677@psf.upfronthosting.co.za>
2010-12-11 11:39:08ncoghlanlinkissue10677 messages
2010-12-11 11:39:08ncoghlancreate