[Python-bugs-list] [Bug #131225] sys.winver is still '2.0' in python 2.1a2

noreply@sourceforge.net noreply@sourceforge.net
Thu, 08 Feb 2001 05:12:56 -0800


Bug #131225, was updated on 2001-Feb-06 00:25
Here is a current snapshot of the bug.

Project: Python
Category: Windows
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: theller
Assigned to : nobody
Summary: sys.winver is still '2.0' in python 2.1a2

Details: sys.winver is still '2.0' in python 2.1a2 although the registry
entries are stored under 2.1a2.

(Also the version resources, displayed when rightclicked in explorer, look
a little strange, but I dont't really care).

Follow-Ups:

Date: 2001-Feb-08 05:12
By: lhudson

Comment:
This is bit of a nasty one as it causes pywintypes20.dll and
pythoncom20.dll to be loaded instead of the 21 versions
(PyWin_FindRegisteredModule behaviour).

Patch #103683 fixes this problem.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=131225&group_id=5470