]> granicus.if.org Git - python/commitdiff
Add note for r81830.
authorStefan Krah <stefan@bytereef.org>
Tue, 8 Jun 2010 14:00:52 +0000 (14:00 +0000)
committerStefan Krah <stefan@bytereef.org>
Tue, 8 Jun 2010 14:00:52 +0000 (14:00 +0000)
Misc/NEWS

index fc3dd77997136fdfcbe2ef3abb62c6d62ef9debc..9611e6082e7dad77659d8fa1981f8325716ac1ac 100644 (file)
--- 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.