]> granicus.if.org Git - python/commitdiff
Added comments about the weak reference support.
authorFred Drake <fdrake@acm.org>
Thu, 1 Feb 2001 20:00:40 +0000 (20:00 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Feb 2001 20:00:40 +0000 (20:00 +0000)
Misc/NEWS

index 85d106feb572f7de57500b93abc366ed4438627e..b715c0535d0f50f1978a7472a1e9edb1a8df9d9f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,12 @@ Core language, builtins, and interpreter
 - Functions are now compared and hashed by identity, not by value, since
   the func_code attribute is writable.
 
+- Weak references (PEP 205) have been added.  This involves a few
+  changes in the core, an extension module (_weakref), and a Python
+  module (weakref).  The weakref module is the public interface.  It
+  includes support for "explicit" weak references, proxy objects, and
+  mappings with weakly held values.
+
 Standard library
 
 - mailbox.py now has a new class, PortableUnixMailbox which is