raw_input() really was removed, only input() was resurrected.

This commit is contained in:
Neal Norwitz 2007-02-26 21:35:59 +00:00
parent 0240b92a6c
commit 3f54feaec0
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()
apply(), coerce(), raw_input()
- Removed these Python methods:
{}.has_key