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 ned.deily
Date 2009-02-12.12:01:07
SpamBayes Score 2.8871026e-09
Marked as misclassified No
Message-id <1234440069.85.0.865907357783.issue5224@psf.upfronthosting.co.za>
In-reply-to
Content
ANALYSIS   The script used by the Python installer to update the user's
           shell script has a hard-coded version number.  This script
           is also installed in the "/Applications/Python n.n" directory
           as "Update Shell Profile.command".  The installer is not
           updating the version in the command so the wrong version
           of Python may be inserted into the user's shell path.

SOLUTION   Ensure that the build major version is auto-updated in both.

APPLIES    py3k, 3.0, trunk, 2.6

NOTE       Patch is in two parts:
              patch-nad0005.txt (this file) py3k, 3.0, trunk, 2.6
           and one of:
              patch-nad0005-py3k-30.txt     py3k, 3.0
              patch-nad0005-trunk.txt       trunk
              patch-nad0005-26.txt          2.6
History
Date User Action Args
2009-02-12 12:01:10ned.deilysetrecipients: + ned.deily
2009-02-12 12:01:09ned.deilysetmessageid: <1234440069.85.0.865907357783.issue5224@psf.upfronthosting.co.za>
2009-02-12 12:01:08ned.deilylinkissue5224 messages
2009-02-12 12:01:08ned.deilycreate