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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f54feaec004038bb0033ff161f3f94a5efb2f31;p=thirdparty%2FPython%2Fcpython.git raw_input() really was removed, only input() was resurrected. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4eb2f47b9053..6821e3c235b9 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