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

Improve platform.win32_ver() support for Python installations without win32all installed #46686

Closed
malemburg opened this issue Mar 20, 2008 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@malemburg
Copy link
Member

BPO 2434
Nosy @malemburg

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 = 'https://github.com/malemburg'
closed_at = <Date 2008-03-20.18:03:48.570>
created_at = <Date 2008-03-20.18:01:47.351>
labels = ['type-bug', 'library']
title = 'Improve platform.win32_ver() support for Python installations without win32all installed'
updated_at = <Date 2008-03-20.18:03:48.569>
user = 'https://github.com/malemburg'

bugs.python.org fields:

activity = <Date 2008-03-20.18:03:48.569>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = <Date 2008-03-20.18:03:48.570>
closer = 'lemburg'
components = ['Library (Lib)']
creation = <Date 2008-03-20.18:01:47.351>
creator = 'lemburg'
dependencies = []
files = []
hgrepos = []
issue_num = 2434
keywords = []
message_count = 2.0
messages = ['64187', '64188']
nosy_count = 1.0
nosy_names = ['lemburg']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2434'
versions = ['Python 2.6']

@malemburg
Copy link
Member Author

platform should use _winreg and sys.getwindowsversion() to emulate the
missing win32all APIs.

@malemburg malemburg self-assigned this Mar 20, 2008
@malemburg malemburg added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Mar 20, 2008
@malemburg
Copy link
Member Author

Checked in as r61674 and r61676 along with some other improvements for
detecting the machine type on Windows.

@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