]> granicus.if.org Git - python/commit
Fix #16176. Properly identify Windows 8 via platform.platform()
authorBrian Curtin <brian@python.org>
Thu, 11 Oct 2012 21:16:50 +0000 (16:16 -0500)
committerBrian Curtin <brian@python.org>
Thu, 11 Oct 2012 21:16:50 +0000 (16:16 -0500)
commitc1924ab729aeb380f63a7b1c8fcb61599f272300
treecd0b4efde602db6cbe6854b987b5eb14136adc43
parent1e65159b340d4c91abd5a3bf5e6068f1d7cd50aa
Fix #16176. Properly identify Windows 8 via platform.platform()

Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
Lib/platform.py
Misc/NEWS