From: Neal Norwitz Date: Mon, 26 Feb 2007 21:35:59 +0000 (+0000) Subject: raw_input() really was removed, only input() was resurrected. X-Git-Tag: v3.0a1~1165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f54feaec004038bb0033ff161f3f94a5efb2f31;p=python raw_input() really was removed, only input() was resurrected. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4eb2f47b90..6821e3c235 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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