commit | 81fe3415083b4736b848519294270801ab53d59a | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 26 21:42:55 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Feb 26 21:42:55 2007 +0000 |
tree | 8434f85d5b00ca30cc2fad24082ba454a43a4409 | |
parent | 3f54feaec004038bb0033ff161f3f94a5efb2f31 [diff] [blame] |
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.
diff --git a/Misc/NEWS b/Misc/NEWS index 6821e3c..4eb2f47 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -86,7 +86,7 @@ backticks (`x`), <> - Removed these Python builtins: - apply(), coerce(), raw_input() + apply(), coerce() - Removed these Python methods: {}.has_key