[Python-checkins] CVS: python/dist/src/Misc NEWS,1.283,1.284

Fred L. Drake fdrake@users.sourceforge.net
Thu, 18 Oct 2001 11:18:08 -0700


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

Modified Files:
	NEWS 
Log Message:
Add a note about changes related to the weak reference objects.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.283
retrieving revision 1.284
diff -C2 -d -r1.283 -r1.284
*** NEWS	2001/10/18 18:02:07	1.283
--- NEWS	2001/10/18 18:18:06	1.284
***************
*** 37,40 ****
--- 37,44 ----
    example).
  
+ - Weak reference objects are now part of the core and offers a C API.
+   A bug which could allow a core dump when binary operations involved
+   proxy reference has been fixed.
+ 
  Extension modules