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 cfr
Recipients cfr
Date 2008-07-15.14:31:51
SpamBayes Score 0.0059810122
Marked as misclassified No
Message-id <1216132313.46.0.783489026691.issue3362@psf.upfronthosting.co.za>
In-reply-to
Content
Although the active version of python on my machine is 2.5.2 and I have
never had an alpha version installed, crash reports for python report
the version as "2.5a0 (2.5alpha0)".

Version details: active version of python is from the current python.org
dmg download for Mac OS X 10.4 i.e. the universal framework build. When
starting python, I get:

Python 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) 
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

but in crash reports, I get:

Command: Python
Path:   
/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
Parent:  bash [27154]

Version: 2.5a0 (2.5alpha0)

and python is given as version 2.5a0 in the binary image listing which
follows.

Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007;
root:xnu-792.24.17~1/RELEASE_PPC

I think I did have 2.5.1 installed prior to installing 2.5.2 and I also
have two older versions of python installed - 2.4 (also the python.org
build) and 2.3 (as pre-installed by Apple) - but I never installed 2.5.0
or any version/candidate in the 2.5 line prior to 2.5.1.

I'm not sure what further information might be helpful but would be
happy to provide it on request.
History
Date User Action Args
2008-07-15 14:31:53cfrsetspambayes_score: 0.00598101 -> 0.0059810122
recipients: + cfr
2008-07-15 14:31:53cfrsetspambayes_score: 0.00598101 -> 0.00598101
messageid: <1216132313.46.0.783489026691.issue3362@psf.upfronthosting.co.za>
2008-07-15 14:31:52cfrlinkissue3362 messages
2008-07-15 14:31:51cfrcreate