New submission from Nick Coghlan <ncogh...@gmail.com>:

"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)

----------
assignee: barry
messages: 123782
nosy: barry, georg.brandl, ncoghlan
priority: release blocker
severity: normal
status: open
title: "make altinstall" includes ABI codes in versioned executable name
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10677>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to