summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-05-24 14:20:16 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-05-24 14:20:16 (GMT)
commit79cddc56b30f45899154289fdf684a98a10e9e2c (patch)
tree2ee05ee2973dde3dfcfa939449994b031734313f /Misc
parentb98a8ba14db919d6bf6b277c59ab20da16ed19cd (diff)
downloadcpython-79cddc56b30f45899154289fdf684a98a10e9e2c.zip
cpython-79cddc56b30f45899154289fdf684a98a10e9e2c.tar.gz
cpython-79cddc56b30f45899154289fdf684a98a10e9e2c.tar.bz2
stupid, stupid, stupid... raw_input() already supports readline() if the
readline module is loaded.
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.