mirror of
https://github.com/python/cpython.git
synced 2026-01-09 00:42:33 +00:00
raw_input() really was removed, only input() was resurrected.
This commit is contained in:
parent
0240b92a6c
commit
3f54feaec0
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Core and Builtins
|
|||
backticks (`x`), <>
|
||||
|
||||
- Removed these Python builtins:
|
||||
apply(), coerce()
|
||||
apply(), coerce(), raw_input()
|
||||
|
||||
- Removed these Python methods:
|
||||
{}.has_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue