mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Exposed readline() function from the readline module.
This commit is contained in:
parent
ddc819c964
commit
0dc23101a0
3 changed files with 33 additions and 0 deletions
|
|
@ -207,6 +207,11 @@ 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