]> granicus.if.org Git - python/commitdiff
Complete the list of weakreferencable objects.
authorRaymond Hettinger <python@rcn.com>
Sat, 12 Jun 2004 06:56:44 +0000 (06:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 12 Jun 2004 06:56:44 +0000 (06:56 +0000)
Doc/lib/libweakref.tex

index f2ba80b03ed4fcf7c1d66a917cf09e941a0af045..b432f61662424476aca87b2d225c8b5252dad74b 100644 (file)
@@ -49,6 +49,7 @@ by the \module{weakref} module for the benefit of advanced uses.
 Not all objects can be weakly referenced; those objects which can
 include class instances, functions written in Python (but not in C),
 methods (both bound and unbound), sets, frozensets, file objects,
+generators, type objects, DBcursor objects from the \module{bsddb} module,
 sockets, arrays, deques, and regular expression pattern objects.
 \versionchanged[Added support for files, sockets, arrays, and patterns]{2.4}