[Python-bugs-list] [Bug #111204] 1.6b1 test_winreg tries importing wrong module

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 13:37:52 -0700


Bug #111204, was updated on 2000-Aug-06 11:42
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Closed
Resolution: Fixed
Bug Group: Platform-specific
Priority: 5
Summary: 1.6b1 test_winreg tries importing wrong module

Details: test_winreg.py has an
    import winreg
which fails since no such module exists.  Changing to:
    import _winreg
lets the test succeed fully.  Should the module be
build as winreg, or is it a bug in test_winreg.py?


Alex


Follow-Ups:

Date: 2000-Aug-25 13:37
By: jhylton

Comment:
Fixed with version 1.4 of test_winreg.py

-------------------------------------------------------

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