platform.win32_ver() returns more than (version, csd, ptype)
![](https://secure.gravatar.com/avatar/2c04dd6e329635594b04c63b097cf821.jpg?s=120&d=mm&r=g)
http://docs.python.org/3.3/library/platform.html#platform.win32_ver The documentation explicitly states that platform.win32_ver() returns (version, csd, ptype), but in fact, it returns (release, version, csd, ptype). On Windows 8 (Python 3.3 of course):
platform.win32_ver() ('post2008Server', '6.2.9200', '', 'Multiprocessor Free')
![](https://secure.gravatar.com/avatar/3c46e59585526b90c088845402bc8407.jpg?s=120&d=mm&r=g)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 10.03.2013 20:02, schrieb Andrew Berg:
http://docs.python.org/3.3/library/platform.html#platform.win32_ver
The documentation explicitly states that platform.win32_ver() returns (version, csd, ptype), but in fact, it returns (release, version, csd, ptype).
On Windows 8 (Python 3.3 of course):
platform.win32_ver() ('post2008Server', '6.2.9200', '', 'Multiprocessor Free')
Hi Andrew, thanks for the report; this is now fixed and should appear online soon. cheers, Georg -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (GNU/Linux) iEYEARECAAYFAlJRm7cACgkQN9GcIYhpnLAqMgCff0/Jlp4rdKOocguuho8v8n5g U0MAn2qbfBenq1j2r7j0XbA2lCQBxdK/ =LoF5 -----END PGP SIGNATURE-----
participants (2)
-
Andrew Berg
-
Georg Brandl