summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-02 01:12:17 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2016-09-02 01:12:17 (GMT)
commit97eda155f82e6285315af86a02fa99fbe21a9a45 (patch)
treea0b0bec6316cdcdb3541dd329d38da40c89b8926
parentedc4b2fa675788486cea661b4c6b9f7e33c44a3f (diff)
downloadcpython-97eda155f82e6285315af86a02fa99fbe21a9a45.zip
cpython-97eda155f82e6285315af86a02fa99fbe21a9a45.tar.gz
cpython-97eda155f82e6285315af86a02fa99fbe21a9a45.tar.bz2
Issue #12285: Update NEWS
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aad29d9..d272762 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #12285: Fix error when distutils encounters symlink.
+
- In the curses module, raise an error if window.getstr() or window.instr() is
passed a negative value.