commit | c1924ab729aeb380f63a7b1c8fcb61599f272300 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian@python.org> | Thu Oct 11 16:16:50 2012 -0500 |
committer | Brian Curtin <brian@python.org> | Thu Oct 11 16:16:50 2012 -0500 |
tree | cd0b4efde602db6cbe6854b987b5eb14136adc43 | |
parent | 1e65159b340d4c91abd5a3bf5e6068f1d7cd50aa [diff] [blame] |
Fix #16176. Properly identify Windows 8 via platform.platform() Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
diff --git a/Misc/NEWS b/Misc/NEWS index fb84312..7d45a89 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -119,6 +119,8 @@ 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.