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 akuchling
Recipients
Date 2002-04-29.20:28:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A while ago, Tim Peters mentioned in a check-in message:

"Change the version string from "2.2+" to "2.3a0".  distutils 
peels off
the first 3 characters of this string in several places, so for as 
long
as they remain "2.2" it confuses the heck out of attempts to 
build 2.3 stuff using distutils."

It's true; distutils does sys.version[:3] in a few places.
The attached patch factors this out so it'll be easier to 
change.  

(There's also a Python development issue here, namely when
the version number gets bumped in the CVS tree.)


 
History
Date User Action Args
2007-08-23 14:01:03adminlinkissue550364 messages
2007-08-23 14:01:03admincreate