summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-01-11 22:35:58 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-01-11 22:35:58 (GMT)
commit4ea1aacb9438bee068767e93098c11ac7a9c7388 (patch)
tree1f09715f14f89e62fc517e6b80ceeee12667ef91 /Misc
parent830c85d0bacc2366af8b75becca021e00e976298 (diff)
downloadcpython-4ea1aacb9438bee068767e93098c11ac7a9c7388.zip
cpython-4ea1aacb9438bee068767e93098c11ac7a9c7388.tar.gz
cpython-4ea1aacb9438bee068767e93098c11ac7a9c7388.tar.bz2
Reverted r87944 - issue #5109 should not have been backported
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3e3c1f..ab47022 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -973,9 +973,6 @@ 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.