summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b04495f..7215483 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -207,11 +207,6 @@ Core and builtins
Extension modules
-----------------
-- The readline module now exposes the readline() function to the Python
- programmer. readline.readline() should be a drop-in replacement for
- raw_input() but coupled with the other readline module functionality allow
- programmers to offer history and input recall to their users.
-
- operator.isMappingType() and operator.isSequenceType() now give
fewer false positives.