summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-10-11 21:07:52 (GMT)
committerBrian Curtin <brian@python.org>2012-10-11 21:07:52 (GMT)
commit0b960f5a583afd458d7bd7feb41a527501143b61 (patch)
tree05b1b668a39873e65831af12d530c4bafe2810ed /Misc
parentcc32a68216238d72913794cf83fc0eaf54abe0db (diff)
downloadcpython-0b960f5a583afd458d7bd7feb41a527501143b61.zip
cpython-0b960f5a583afd458d7bd7feb41a527501143b61.tar.gz
cpython-0b960f5a583afd458d7bd7feb41a527501143b61.tar.bz2
Fix #16176. Properly identify Windows 8 via platform.platform()
Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e1e96b..e1356ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -129,6 +129,8 @@ Core and Builtins
Library
-------
+- Issue #16176: Properly identify Windows 8 via platform.platform()
+
- Issue #16114: The subprocess module no longer provides a misleading
error message stating that args[0] did not exist when either the cwd or
executable keyword arguments specified a path that did not exist.