commit | 3f54feaec004038bb0033ff161f3f94a5efb2f31 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 26 21:35:59 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 26 21:35:59 2007 +0000 |
tree | 679b593fa5cf37b52c4dbb02b93baa899f656d64 | |
parent | 0240b92a6c3a17fac38d93ee80fc8e8523388786 [diff] [blame] |
raw_input() really was removed, only input() was resurrected.
diff --git a/Misc/NEWS b/Misc/NEWS index 4eb2f47..6821e3c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -86,7 +86,7 @@ backticks (`x`), <> - Removed these Python builtins: - apply(), coerce() + apply(), coerce(), raw_input() - Removed these Python methods: {}.has_key