[Python-checkins] CVS: python/dist/src/Misc NEWS,1.107,1.108

Moshe Zadka moshez@users.sourceforge.net
Sun, 28 Jan 2001 22:41:02 -0800


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

Modified Files:
	NEWS 
Log Message:
Added news of function comparison and hashing by identity


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -r1.107 -r1.108
*** NEWS	2001/01/27 05:35:26	1.107
--- NEWS	2001/01/29 06:41:00	1.108
***************
*** 11,14 ****
--- 11,17 ----
    '\011example \015\012\000\377'   # in 2.0
  
+ - Functions are now compared and hashed by identity, not by value, since
+   the func_code attribute is writable.
+ 
  
  Standard library