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.

classification
Title: Improve platform.win32_ver() support for Python installations without win32all installed
Type: behavior Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: lemburg Nosy List: lemburg
Priority: normal Keywords:

Created on 2008-03-20 18:01 by lemburg, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg64187 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2008-03-20 18:01
platform should use _winreg and sys.getwindowsversion() to emulate the
missing win32all APIs.
msg64188 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2008-03-20 18:03
Checked in as r61674 and r61676 along with some other improvements for
detecting the machine type on Windows.
History
Date User Action Args
2022-04-11 14:56:32adminsetgithub: 46686
2008-03-20 18:03:48lemburgsetstatus: open -> closed
messages: + msg64188
2008-03-20 18:01:47lemburgcreate