diff options
author | Raymond Hettinger <python@rcn.com> | 2004-06-12 06:56:44 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-06-12 06:56:44 (GMT) |
commit | 34809170e507b690f205732773479baa654578bd (patch) | |
tree | 2403c0bc3f6cf823059d091a6b6946f10a0a8fa1 /Doc | |
parent | 6c7a00fbaaf6f38009c9640650bf9fcf99233d92 (diff) | |
download | cpython-34809170e507b690f205732773479baa654578bd.zip cpython-34809170e507b690f205732773479baa654578bd.tar.gz cpython-34809170e507b690f205732773479baa654578bd.tar.bz2 |
Complete the list of weakreferencable objects.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libweakref.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libweakref.tex b/Doc/lib/libweakref.tex index f2ba80b..b432f61 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} |