]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#8964: merge with 3.3.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 21 Oct 2013 00:05:46 +0000 (03:05 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 21 Oct 2013 00:05:46 +0000 (03:05 +0300)
1  2 
Lib/platform.py
Misc/ACKS
Misc/NEWS

diff --cc Lib/platform.py
Simple merge
diff --cc Misc/ACKS
Simple merge
diff --cc Misc/NEWS
index af66063d69da3fddab041c85032b15ae8bf42eb0,308b67450d9f6954e900ac6afaea7118e4b73a94..8a31887d7f6d98dd170aaeaa724ef01985557133
+++ b/Misc/NEWS
@@@ -62,12 -78,9 +62,15 @@@ Core and Builtin
  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.
 +
 +- Issue #19307: Improve error message for json.load(s) while passing objects
 +  of the wrong type.
 +
  - Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
    limiting the call to readline().  Original patch by Michał
    Jastrzębski and Giampaolo Rodola.