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.

classification
Title: 2.7 framework install doesn't create 2to3-2.7
Type: behavior Stage: resolved
Components: macOS Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: ronaldoussoren
Priority: normal Keywords:

Created on 2010-07-27 19:51 by ronaldoussoren, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg111721 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-07-27 19:51
Framework installs ensure that all tools and scripts are installed using versioned names (as well as the regular names) to make it easier to use multiple versions of  python side by side.

The 2.7 tree fails to create a versioned name of the 2to3 tool (while 2.6, 3.1 and 3.2 do)

I have a patch and will commit that once I've tested it.
msg111918 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-07-29 13:18
Fixed in r83221
History
Date User Action Args
2022-04-11 14:57:04adminsetgithub: 53638
2010-07-29 13:18:38ronaldoussorensetstatus: open -> closed
type: behavior
messages: + msg111918

resolution: fixed
stage: resolved
2010-07-27 19:51:28ronaldoussorencreate