From 81fe3415083b4736b848519294270801ab53d59a Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 26 Feb 2007 21:42:55 +0000 Subject: [PATCH] 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. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 6821e3c235b9..4eb2f47b9053 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 -- 2.47.3