This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015年02月09日 06:03 by gschizas, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| Python 3.5a1 - platform.py.patch | gschizas, 2015年02月09日 06:03 | Patch to fix platform.py for Windows 8.1 and Windows Server 2012 R2 | ||
| Messages (2) | |||
|---|---|---|---|
| msg235592 - (view) | Author: George Schizas (gschizas) * | Date: 2015年02月09日 06:03 | |
Python on Windows can now can understand that it's on Windows 8.1 and Windows Server 2012 R2, but platform.py hasn't been updated, and claims it's on "post2012Server":
>>> import platform
>>> print(platform.win32_ver())
('post2012Server', '6.3.9600', '', 'Multiprocessor Free')
The function win32_ver (which most of the platform library relies upon) should be changed, to include Windows 8.1 and Windows Server 2012 R2. I've attached a patch file that does that
|
|||
| msg235610 - (view) | Author: Steve Dower (steve.dower) * (Python committer) | Date: 2015年02月09日 14:10 | |
We're already tracking this at #19143, where I've got a future proofed version of the function. Thanks for the prod though, I'll try and get some action going again. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:12 | admin | set | github: 67605 |
| 2015年02月09日 14:10:12 | steve.dower | set | status: open -> closed superseder: Finding the Windows version getting messier (detect windows 8.1?) resolution: duplicate messages: + msg235610 |
| 2015年02月09日 06:03:01 | gschizas | create | |