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

guido.van.rossum python-3000-checkins at python.org
Wed May 30 05:41:51 CEST 2007


Author: guido.van.rossum
Date: Wed May 30 05:41:48 2007
New Revision: 55668

Modified:
   python/branches/p3yk/Misc/NEWS
Log:
Mark None, True, False as keywords.


Modified: python/branches/p3yk/Misc/NEWS
==============================================================================
--- python/branches/p3yk/Misc/NEWS	(original)
+++ python/branches/p3yk/Misc/NEWS	Wed May 30 05:41:48 2007
@@ -26,6 +26,8 @@
 Core and Builtins
 -----------------
 
+- None, True, False are now keywords.
+
 - PEP 3119: isinstance() and issubclass() can be overridden.
 
 - Remove BaseException.message.


More information about the Python-3000-checkins mailing list