[Python-checkins] python/dist/src/Misc NEWS,1.470,1.471

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 15 Aug 2002 20:38:13 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv871

Modified Files:
	NEWS 
Log Message:
Mention warnings about defining None.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.470
retrieving revision 1.471
diff -C2 -d -r1.470 -r1.471
*** NEWS	15 Aug 2002 14:59:01 -0000	1.470
--- NEWS	16 Aug 2002 03:38:10 -0000	1.471
***************
*** 58,61 ****
--- 58,64 ----
  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