[issue12627] Implement PEP 394: The "python" Command on Unix-Like Systems

Kerrick Staley report at bugs.python.org
Sun Jul 24 04:39:47 CEST 2011


Kerrick Staley <mail at kerrickstaley.com> added the comment:

Here is a patch that will update the Makefile.pre.in file for 2.7, causing it to install python2 and python2-config when run with "make install" (or just "make bininstall"). This does not update any documentation. Also, it appears that Idle and PyDoc are not installed by the 2.7 Makefile, so I didn't do anything about those, even though the PEP mentions them.

----------
keywords: +patch
Added file: http://bugs.python.org/file22737/version27_links.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12627>
_______________________________________


More information about the Python-bugs-list mailing list