[issue4856] Remove checks for win NT

Ulrich Eckhardt report at bugs.python.org
Tue Jan 6 13:17:12 CET 2009


Ulrich Eckhardt <eckhardt at satorlaser.com> added the comment:

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.

----------
keywords: +patch
Added file: http://bugs.python.org/file12618/python-2.7-win9x-wchar-checks.0.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4856>
_______________________________________


More information about the Python-bugs-list mailing list