summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-08-14 00:21:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-08-14 00:21:54 (GMT)
commit9745ee0b444c92a23a1b8851f789044baa64dba5 (patch)
treef65b25581349d5f299e1dc776467f873247447a6 /Misc
parent689016fc00a8cfe3dda3807a1ad01a513906b368 (diff)
parent59b6abd38c04472a256b1b04e8709defb29e44ef (diff)
downloadcpython-9745ee0b444c92a23a1b8851f789044baa64dba5.zip
cpython-9745ee0b444c92a23a1b8851f789044baa64dba5.tar.gz
cpython-9745ee0b444c92a23a1b8851f789044baa64dba5.tar.bz2
merge 3.4 (closes #27758)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5ee72c6..ed580d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Library
- Issue #26750: unittest.mock.create_autospec() now works properly for
subclasses of property() and other data descriptors.
+- Issue #27758: Fix possible integer overflow in the _csv module for large record
+ lengths.
+
- Issue #27568: Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the
HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates
that the script is in CGI mode.