Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Py3K branch import _winreg instead of winreg #49874

Closed
Kozyarchuk mannequin opened this issue Mar 31, 2009 · 5 comments
Closed

Py3K branch import _winreg instead of winreg #49874

Kozyarchuk mannequin opened this issue Mar 31, 2009 · 5 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@Kozyarchuk
Copy link
Mannequin

Kozyarchuk mannequin commented Mar 31, 2009

BPO 5624
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-04-01.04:28:56.144>
created_at = <Date 2009-03-31.15:33:59.603>
labels = ['type-bug', 'library']
title = 'Py3K branch import _winreg instead of winreg'
updated_at = <Date 2009-04-01.04:28:56.046>
user = 'https://bugs.python.org/Kozyarchuk'

bugs.python.org fields:

activity = <Date 2009-04-01.04:28:56.046>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2009-04-01.04:28:56.144>
closer = 'georg.brandl'
components = ['Library (Lib)']
creation = <Date 2009-03-31.15:33:59.603>
creator = 'Kozyarchuk'
dependencies = []
files = []
hgrepos = []
issue_num = 5624
keywords = []
message_count = 5.0
messages = ['84801', '84802', '84815', '84828', '84977']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'Kozyarchuk']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue5624'
versions = ['Python 3.1']

@Kozyarchuk
Copy link
Mannequin Author

Kozyarchuk mannequin commented Mar 31, 2009

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.

@Kozyarchuk Kozyarchuk mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Mar 31, 2009
@Kozyarchuk
Copy link
Mannequin Author

Kozyarchuk mannequin commented Mar 31, 2009

Looking at this now.

@Kozyarchuk
Copy link
Mannequin Author

Kozyarchuk mannequin commented Mar 31, 2009

Fixed, patch is on appshot.
http://codereview.appspot.com/32083/show

@Kozyarchuk
Copy link
Mannequin Author

Kozyarchuk mannequin commented Mar 31, 2009

Fixed Typo, and Re-Uploaded
http://codereview.appspot.com/28156/show

@birkenfeld
Copy link
Member

Committed in r70943.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant