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 gregory.p.smith
Recipients Steven.Hayter, gregory.p.smith, jaraco, loewis
Date 2010-03-01.05:09:38
SpamBayes Score 0.0071628694
Marked as misclassified No
Message-id <1267420180.11.0.872924418497.issue6926@psf.upfronthosting.co.za>
In-reply-to
Content
In PC/pyconfig.h we #define Py_WINVER to _WIN32_WINNT_WIN2K  (0x500)  for 32bit builds.

I think we should update this to _WIN32_WINNT_WINXP  (0x501)  for all builds, not just 64bit.

Assigning to loewis as he does our windows release builds so likely knows what the ramifications of this would be.
History
Date User Action Args
2010-03-01 05:09:40gregory.p.smithsetrecipients: + gregory.p.smith, loewis, jaraco, Steven.Hayter
2010-03-01 05:09:40gregory.p.smithsetmessageid: <1267420180.11.0.872924418497.issue6926@psf.upfronthosting.co.za>
2010-03-01 05:09:38gregory.p.smithlinkissue6926 messages
2010-03-01 05:09:38gregory.p.smithcreate