[issue4856] Remove checks for win NT
Ulrich Eckhardt
report at bugs.python.org
Tue Jan 6 09:55:47 CET 2009
New submission from Ulrich Eckhardt <eckhardt at satorlaser.com>:
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.
----------
components: Interpreter Core
messages: 79237
nosy: eckhardt
severity: normal
status: open
title: Remove checks for win NT
type: feature request
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4856>
_______________________________________
More information about the Python-bugs-list
mailing list