diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-08-14 00:21:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-08-14 00:21:54 (GMT) |
commit | 9745ee0b444c92a23a1b8851f789044baa64dba5 (patch) | |
tree | f65b25581349d5f299e1dc776467f873247447a6 /Misc | |
parent | 689016fc00a8cfe3dda3807a1ad01a513906b368 (diff) | |
parent | 59b6abd38c04472a256b1b04e8709defb29e44ef (diff) | |
download | cpython-9745ee0b444c92a23a1b8851f789044baa64dba5.zip cpython-9745ee0b444c92a23a1b8851f789044baa64dba5.tar.gz cpython-9745ee0b444c92a23a1b8851f789044baa64dba5.tar.bz2 |
merge 3.4 (closes #27758)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |