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 vstinner
Recipients eryksun, lemburg, miss-islington, paul.moore, sahsariga111, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-26.01:17:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643159878.27.0.265101022361.issue45382@roundup.psfhosted.org>
In-reply-to
Content
I don't understand why we have to handle XML or JSON and encoding... just to get a version number. Why did Microsoft make it so complicated?

sys.getwindowsversion() which exposes GetVersionEx() looks fine to me.
History
Date User Action Args
2022-01-26 01:17:58vstinnersetrecipients: + vstinner, lemburg, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, miss-islington, sahsariga111
2022-01-26 01:17:58vstinnersetmessageid: <1643159878.27.0.265101022361.issue45382@roundup.psfhosted.org>
2022-01-26 01:17:58vstinnerlinkissue45382 messages
2022-01-26 01:17:58vstinnercreate