Issue 5624: Py3K branch import _winreg instead of winreg (original) (raw)

Created on 2009-03-31 15:33 by Kozyarchuk, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg84801 - (view) Author: Maksim Kozyarchuk (Kozyarchuk) Date: 2009-03-31 15:33
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.
msg84802 - (view) Author: Maksim Kozyarchuk (Kozyarchuk) Date: 2009-03-31 15:34
Looking at this now.
msg84815 - (view) Author: Maksim Kozyarchuk (Kozyarchuk) Date: 2009-03-31 15:58
Fixed, patch is on appshot. http://codereview.appspot.com/32083/show
msg84828 - (view) Author: Maksim Kozyarchuk (Kozyarchuk) Date: 2009-03-31 16:33
Fixed Typo, and Re-Uploaded http://codereview.appspot.com/28156/show
msg84977 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-04-01 04:28
Committed in r70943.
History
Date User Action Args
2022-04-11 14:56:47 admin set github: 49874
2009-04-01 04:28:56 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: fixed
2009-03-31 16:33:56 Kozyarchuk set messages: +
2009-03-31 15:58:37 Kozyarchuk set messages: +
2009-03-31 15:34:15 Kozyarchuk set messages: +
2009-03-31 15:33:59 Kozyarchuk create