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 christian.heimes
Recipients christian.heimes, weck
Date 2007-11-19.18:50:04
SpamBayes Score 0.15241465
Marked as misclassified No
Message-id <1195498204.39.0.0579682745627.issue1464@psf.upfronthosting.co.za>
In-reply-to
Content
I've solved the issue in the py3k differently. I've checked for 
!(defined(_MSC_VER) && _MSC_VER>1499) but your check is better. Thanks!
History
Date User Action Args
2007-11-19 18:50:04christian.heimessetspambayes_score: 0.152415 -> 0.15241465
recipients: + christian.heimes, weck
2007-11-19 18:50:04christian.heimessetspambayes_score: 0.152415 -> 0.152415
messageid: <1195498204.39.0.0579682745627.issue1464@psf.upfronthosting.co.za>
2007-11-19 18:50:04christian.heimeslinkissue1464 messages
2007-11-19 18:50:04christian.heimescreate