-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
OS-windowstestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Right now it looks like this:
cpython/Lib/test/test_platform.py
Lines 329 to 330 in 0b64714
| def test_win32_ver(self): | |
| res = platform.win32_ver() |
Looks like this test was added as a part of this commit: c69d1c4 19 years ago.
And for some reason, win32_ver was never improved.
I will send a PR for this, however, I might need some help, because I don't have access to windows machine.
Linked PRs
Metadata
Metadata
Assignees
Labels
OS-windowstestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error