From: Raymond Hettinger Date: Sat, 12 Jun 2004 06:56:44 +0000 (+0000) Subject: Complete the list of weakreferencable objects. X-Git-Tag: v2.4a1~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34809170e507b690f205732773479baa654578bd;p=python Complete the list of weakreferencable objects. --- diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index f2ba80b03e..b432f61662 100644 --- a/Doc/lib/libweakref.tex +++ b/Doc/lib/libweakref.tex @@ -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}