summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-10-21 00:05:46 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-10-21 00:05:46 (GMT)
commit5c16c2eb457f9bba8bf04e11cf77a3de5035a178 (patch)
tree41f8deb85edeb7523380cd36962655cf98e077c8 /Misc
parent632f1bfd3902e0b020ba697cdb7b31df7b2656d6 (diff)
parentf076f53386c422060517b8f088eadff3a80e48e6 (diff)
downloadcpython-5c16c2eb457f9bba8bf04e11cf77a3de5035a178.zip
cpython-5c16c2eb457f9bba8bf04e11cf77a3de5035a178.tar.gz
cpython-5c16c2eb457f9bba8bf04e11cf77a3de5035a178.tar.bz2
#8964: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 880e4f0..849fe99 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -818,6 +818,7 @@ Nick Mathewson
Simon Mathieu
Laura Matson
Graham Matthews
+Martin Matusiak
Dieter Maurer
Daniel May
Madison May
diff --git a/Misc/NEWS b/Misc/NEWS
index af66063..8a31887 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,9 @@ Core and Builtins
Library
-------
+- Issue #8964: fix platform._sys_version to handle IronPython 2.6+.
+ Patch by Martin Matusiak.
+
- Issue #18958: Improve error message for json.load(s) while passing a string
that starts with a UTF-8 BOM.