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 eckhardt
Recipients amaury.forgeotdarc, eckhardt
Date 2009-01-06.12:17:07
SpamBayes Score 0.10048645
Marked as misclassified No
Message-id <1231244232.6.0.176653650924.issue4856@psf.upfronthosting.co.za>
In-reply-to
Content
This patch removes all calls to win32's GetVersion() where they are used
to detect NT. In posixmodule.c it was used by a wrapper function that
cached the result, which then also became obsolete.
History
Date User Action Args
2009-01-06 12:17:12eckhardtsetrecipients: + eckhardt, amaury.forgeotdarc
2009-01-06 12:17:12eckhardtsetmessageid: <1231244232.6.0.176653650924.issue4856@psf.upfronthosting.co.za>
2009-01-06 12:17:11eckhardtlinkissue4856 messages
2009-01-06 12:17:11eckhardtcreate