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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to