From: Neal Norwitz Date: Mon, 26 Feb 2007 21:42:55 +0000 (+0000) Subject: The raw_input name was removed, but the implementation was moved to input. X-Git-Tag: v3.0a1~1164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81fe3415083b4736b848519294270801ab53d59a;p=python 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 6821e3c235..4eb2f47b90 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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