mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +00:00
stupid, stupid, stupid... raw_input() already supports readline() if the
readline module is loaded.
This commit is contained in:
parent
b98a8ba14d
commit
79cddc56b3
3 changed files with 1 additions and 39 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue