]> granicus.if.org Git - python/commitdiff
raw_input() really was removed, only input() was resurrected.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 21:35:59 +0000 (21:35 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 26 Feb 2007 21:35:59 +0000 (21:35 +0000)
Misc/NEWS

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