diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-02 03:27:45 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-02 03:27:45 (GMT) |
commit | 79ae9671ff3db55da376af8ce2e56e6bf2b95c2b (patch) | |
tree | d4eb062ef602bcd182b016e7f41f952728fed623 /Misc | |
parent | 6f5d3fd4d1c8cc575951ace5894428d0c2901eb6 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |