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.

Author steve.dower
Recipients Okko.Willeboordse, eryksun, paul.moore, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-18.00:32:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474158771.95.0.563392934014.issue27932@psf.upfronthosting.co.za>
In-reply-to
Content
Phew. Doing that in a reasonable way for all the active versions was a pain, but I think I managed it.

In short:
* 2.7 gets the fix proposed by Eryk Sun
* 3.5 gets a private sys.getwindowsversion()._platform_version member
* 3.6+ gets a public/documented sys.getwindowsversion().platform_version member

AFAICT the implementation is solid, but please shout if you spot anything weird/wrong.
History
Date User Action Args
2016-09-18 00:32:51steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, python-dev, Okko.Willeboordse, zach.ware, eryksun
2016-09-18 00:32:51steve.dowersetmessageid: <1474158771.95.0.563392934014.issue27932@psf.upfronthosting.co.za>
2016-09-18 00:32:51steve.dowerlinkissue27932 messages
2016-09-18 00:32:50steve.dowercreate