[Python-checkins] python/dist/src/Misc NEWS,1.1041,1.1042

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Jul 16 14:16:53 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29689

Modified Files:
	NEWS 
Log Message:
Treat None as a constant.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1041
retrieving revision 1.1042
diff -C2 -d -r1.1041 -r1.1042
*** NEWS	14 Jul 2004 19:08:28 -0000	1.1041
--- NEWS	16 Jul 2004 12:16:48 -0000	1.1042
***************
*** 27,30 ****
--- 27,32 ----
    types that support garbage collection.
  
+ - Compiler now treats None as a constant.
+ 
  Extension modules
  -----------------



More information about the Python-checkins mailing list