summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-10-11 21:11:37 (GMT)
committerBrian Curtin <brian@python.org>2012-10-11 21:11:37 (GMT)
commit859947da97b34dd792141a8eb51d656e72b40690 (patch)
treea6c8acc322f3102b575af4dd5b64abe80c8191af /Misc
parentc3de6d63cd20cd26a288999d454124cb72eb57fe (diff)
parent0b960f5a583afd458d7bd7feb41a527501143b61 (diff)
downloadcpython-859947da97b34dd792141a8eb51d656e72b40690.zip
cpython-859947da97b34dd792141a8eb51d656e72b40690.tar.gz
cpython-859947da97b34dd792141a8eb51d656e72b40690.tar.bz2
Merge 3.2
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 5a25f58..a9be99d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,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.