The raw_input name was removed, but the implementation was moved to input.

So don't declare that it was removed, just leave the original description.
This commit is contained in:
Neal Norwitz 2007-02-26 21:42:55 +00:00
parent 3f54feaec0
commit 81fe341508
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Core and Builtins
backticks (`x`), <>
- Removed these Python builtins:
apply(), coerce(), raw_input()
apply(), coerce()
- Removed these Python methods:
{}.has_key