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 ned.deily
Recipients BreamoreBoy, ned.deily, srid
Date 2010-08-08.07:23:23
SpamBayes Score 7.8142826e-08
Marked as misclassified No
Message-id <1281252206.67.0.907466217125.issue6008@psf.upfronthosting.co.za>
In-reply-to
Content
For OS X installer builds, this was fixed by r72723 prior to the final release of 3.1; idle is installed in the framework bin directory as idle3 with a symlink to the versioned name, i.e. idle3.n, and the optional UNIX command-line tools package installs symlinks in /usr/local/bin to both names.

For Linux, it's up to the various distributors on how they package Python 3.  For instance, it appears Debian has chosen to install the idle script as /usr/bin/idle-python3.1
History
Date User Action Args
2010-08-08 07:23:26ned.deilysetrecipients: + ned.deily, srid, BreamoreBoy
2010-08-08 07:23:26ned.deilysetmessageid: <1281252206.67.0.907466217125.issue6008@psf.upfronthosting.co.za>
2010-08-08 07:23:24ned.deilylinkissue6008 messages
2010-08-08 07:23:23ned.deilycreate