summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab47022..f3e3c1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -973,6 +973,9 @@ Library
Extension Modules
-----------------
+- Issue #5109: array.array constructor will now use fast code when
+ initial data is provided in an array object with correct type.
+
- 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.