]> granicus.if.org Git - python/commitdiff
The raw_input name was removed, but the implementation was moved to input.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 21:42:55 +0000 (21:42 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 21:42:55 +0000 (21:42 +0000)
So don't declare that it was removed, just leave the original description.

Misc/NEWS

index 6821e3c235b9a96631be44b90cefb119eb26acff..4eb2f47b9053210decacde9078de4551a05a4f3c 100644 (file)
--- 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