diff options
author | Stefan Krah <stefan@bytereef.org> | 2010-06-08 14:00:52 (GMT) |
---|---|---|
committer | Stefan Krah <stefan@bytereef.org> | 2010-06-08 14:00:52 (GMT) |
commit | a3ac44edbcae857498a231bc407949f8ce1eeef3 (patch) | |
tree | 18665427a9397fa090b16e228ed2559600f6ff43 | |
parent | 095b273afc9c536b8b9bf0d7506f2bf8949d3c72 (diff) | |
download | cpython-a3ac44edbcae857498a231bc407949f8ce1eeef3.zip cpython-a3ac44edbcae857498a231bc407949f8ce1eeef3.tar.gz cpython-a3ac44edbcae857498a231bc407949f8ce1eeef3.tar.bz2 |
Add note for r81830.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |