]> granicus.if.org Git - python/commitdiff
Mention warnings about defining None.
authorGuido van Rossum <guido@python.org>
Fri, 16 Aug 2002 03:38:10 +0000 (03:38 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Aug 2002 03:38:10 +0000 (03:38 +0000)
Misc/NEWS

index 2c9d83f40dbb3d8066e08526ff30a25f4f2bed15..7a260006d6c2bb1af6ff7990b6e245c4e7d319e4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@ Type/class unification and new-style classes
 
 Core and builtins
 
+- Use of 'None' as a variable, argument or attribute name now
+  issues a SyntaxWarning.  In the future, None may become a keyword.
+
 - SET_LINENO is gone.  co_lnotab is now consulted to determine when to
   call the trace function.  C code that accessed f_lineno should call
   PyCode_Addr2Line instead (f_lineno is still there, but not kept up