diff options
author | Brian Curtin <brian@python.org> | 2012-10-11 21:16:50 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-10-11 21:16:50 (GMT) |
commit | c1924ab729aeb380f63a7b1c8fcb61599f272300 (patch) | |
tree | cd0b4efde602db6cbe6854b987b5eb14136adc43 /Misc | |
parent | 1e65159b340d4c91abd5a3bf5e6068f1d7cd50aa (diff) | |
download | cpython-c1924ab729aeb380f63a7b1c8fcb61599f272300.zip cpython-c1924ab729aeb380f63a7b1c8fcb61599f272300.tar.gz cpython-c1924ab729aeb380f63a7b1c8fcb61599f272300.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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,8 @@ Core and Builtins Library ------- +- Issue #16176: Properly identify Windows 8 via platform.platform() + - Issue #15756: subprocess.poll() now properly handles errno.ECHILD to return a returncode of 0 when the child has already exited or cannot be waited on. |