summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-01 21:12:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-01 21:12:17 -0400
commit97eda155f82e6285315af86a02fa99fbe21a9a45 (patch)
treea0b0bec6316cdcdb3541dd329d38da40c89b8926
parentedc4b2fa675788486cea661b4c6b9f7e33c44a3f (diff)
downloadcpython-git-97eda155f82e6285315af86a02fa99fbe21a9a45.tar.gz
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 aad29d98a6..d272762250 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.