commit | bc385481453bf4fe8205b21c1538955517b2955c | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Oct 21 03:03:32 2013 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Oct 21 03:03:32 2013 +0300 |
tree | a10013fafd93bf6d6519825b7bc153c9e0a74ffb | |
parent | cef2d491224d0e83a988c3ef3c32f74eab90b497 [diff] [blame] |
#8964: fix platform._sys_version to handle IronPython 2.6+.
diff --git a/Misc/NEWS b/Misc/NEWS index 312bfe1..e9d692c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Library ------- +- Issue #8964: fix platform._sys_version to handle IronPython 2.6+. + Patch by Martin Matusiak. + - 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.