summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Krah <stefan@bytereef.org>2010-06-08 14:00:52 (GMT)
committerStefan Krah <stefan@bytereef.org>2010-06-08 14:00:52 (GMT)
commita3ac44edbcae857498a231bc407949f8ce1eeef3 (patch)
tree18665427a9397fa090b16e228ed2559600f6ff43
parent095b273afc9c536b8b9bf0d7506f2bf8949d3c72 (diff)
downloadcpython-a3ac44edbcae857498a231bc407949f8ce1eeef3.zip
cpython-a3ac44edbcae857498a231bc407949f8ce1eeef3.tar.gz
cpython-a3ac44edbcae857498a231bc407949f8ce1eeef3.tar.bz2
Add note for r81830.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc3dd77..9611e60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1259,6 +1259,10 @@ Library
Extension Modules
-----------------
+- Issue #7384: If the system readline library is linked against ncurses,
+ the curses module must be linked against ncurses as well. Otherwise it
+ is not safe to load both the readline and curses modules in an application.
+
- Issue #2810: Fix cases where the Windows registry API returns
ERROR_MORE_DATA, requiring a re-try in order to get the complete result.