diff options
author | Skip Montanaro <skip@pobox.com> | 2004-05-24 14:20:16 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-05-24 14:20:16 (GMT) |
commit | 79cddc56b30f45899154289fdf684a98a10e9e2c (patch) | |
tree | 2ee05ee2973dde3dfcfa939449994b031734313f /Misc | |
parent | b98a8ba14db919d6bf6b277c59ab20da16ed19cd (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |