stupid, stupid, stupid... raw_input() already supports readline() if the

readline module is loaded.
This commit is contained in:
Skip Montanaro 2004-05-24 14:20:16 +00:00
parent b98a8ba14d
commit 79cddc56b3
3 changed files with 1 additions and 39 deletions

View file

@ -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.