diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 21:35:59 +0000 |
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-02-26 21:35:59 +0000 |
| commit | f7a74403451bc88478fd8367b34b95e6298ea26b (patch) | |
| tree | 84f25f01345762e97f37b5674d68c690a4383e61 | |
| parent | a980f3d2ef986ceb1530d9daee120247419e9878 (diff) | |
| download | cpython-f7a74403451bc88478fd8367b34b95e6298ea26b.tar.gz | |
raw_input() really was removed, only input() was resurrected.
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 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 |
