[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Committed in r70943. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Fixed Typo, and Re-Uploaded http://codereview.appspot.com/28156/show -- ___ Python tracker ___ __

[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Fixed, patch is on appshot. http://codereview.appspot.com/32083/show -- ___ Python tracker ___ __

[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Maksim Kozyarchuk
Maksim Kozyarchuk added the comment: Looking at this now. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue5624] Py3K branch import _winreg instead of winreg

2009-03-31 Thread Maksim Kozyarchuk
New submission from Maksim Kozyarchuk : Number of modules in py3k branch are importing _winreg instead of winreg. According to fix_import.py module in libpy2to3 all _winreg imports need to be converted to winreg. -- components: Library (Lib) messages: 84801 nosy: Kozyarchuk severity: no