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 tim.peters
Recipients
Date 2002-11-11.19:38:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Martin, assuming the tests pass, I'm about to check in a 
change so that, under 2.3,

>>> import sys
>>> sys.version
'2.3a0 (#29, Nov 11 2002, 14:23:17) [MSC v.1200 32 bit 
(Intel)]
>>>

under MSVC 6.  Also gets rid of the _M_ALPHA code.  
Those are good changes regardless of the fate of the issue 
here, but at least poor John won't have to figure out how to 
trick the preprocessor into stringizing the value of 
_MSC_VER (that's not easy, alas).
History
Date User Action Args
2007-08-23 15:15:33adminlinkissue614770 messages
2007-08-23 15:15:33admincreate