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 eckhardt
Date 2009-01-06.08:55:46
SpamBayes Score 0.033758644
Marked as misclassified No
Message-id <1231232147.88.0.719794452167.issue4856@psf.upfronthosting.co.za>
In-reply-to
Content
There are several checks like "GetVersion() < 0x80000000" that try to 
determine whether there is support for the WCHAR versions of the win32 
API. Since all support for MS Windows 95, 98 and ME has been dropped, 
all supported systems support those APIs. Also, I need that cleanup as 
preparation for porting Python to MS Windows CE, so that I don't have 
to clone/port code for obsolete systems there. I'll be providing 
patches here.
History
Date User Action Args
2009-01-06 08:55:47eckhardtsetrecipients: + eckhardt
2009-01-06 08:55:47eckhardtsetmessageid: <1231232147.88.0.719794452167.issue4856@psf.upfronthosting.co.za>
2009-01-06 08:55:47eckhardtlinkissue4856 messages
2009-01-06 08:55:46eckhardtcreate