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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 6 Aug 2000 11:42:14 -0700


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

Project: Python
Category: Build
Status: Open
Resolution: None
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


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