summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-02 03:27:45 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2016-09-02 03:27:45 (GMT)
commit79ae9671ff3db55da376af8ce2e56e6bf2b95c2b (patch)
treed4eb062ef602bcd182b016e7f41f952728fed623 /Misc
parent6f5d3fd4d1c8cc575951ace5894428d0c2901eb6 (diff)
downloadcpython-79ae9671ff3db55da376af8ce2e56e6bf2b95c2b.zip
cpython-79ae9671ff3db55da376af8ce2e56e6bf2b95c2b.tar.gz
cpython-79ae9671ff3db55da376af8ce2e56e6bf2b95c2b.tar.bz2
Issue #12885: Revert commits in 3.4 branch which is security-only fixes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0624c9a..aad29d9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,8 +13,6 @@ Core and Builtins
Library
-------
-- Issue #12885: Fix error when distutils encounters symlink.
-
- In the curses module, raise an error if window.getstr() or window.instr() is
passed a negative value.