[Python-3000-checkins] r53962 - python/branches/p3yk/Misc/NEWS

neal.norwitz python-3000-checkins at python.org
Mon Feb 26 22:36:03 CET 2007


Author: neal.norwitz
Date: Mon Feb 26 22:35:59 2007
New Revision: 53962

Modified:
   python/branches/p3yk/Misc/NEWS
Log:
raw_input() really was removed, only input() was resurrected.

Modified: python/branches/p3yk/Misc/NEWS
==============================================================================
--- python/branches/p3yk/Misc/NEWS	(original)
+++ python/branches/p3yk/Misc/NEWS	Mon Feb 26 22:35:59 2007
@@ -86,7 +86,7 @@
   backticks (`x`), <>
 
 - Removed these Python builtins:
-  apply(), coerce()
+  apply(), coerce(), raw_input()
 
 - Removed these Python methods:
   {}.has_key


More information about the Python-3000-checkins mailing list