[Python-checkins] python/dist/src/Doc/lib libweakref.tex,1.25,1.26

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Jun 12 02:56:47 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7554

Modified Files:
	libweakref.tex 
Log Message:
Complete the list of weakreferencable objects.

Index: libweakref.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libweakref.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** libweakref.tex	31 May 2004 03:09:25 -0000	1.25
--- libweakref.tex	12 Jun 2004 06:56:44 -0000	1.26
***************
*** 50,53 ****
--- 50,54 ----
  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}




More information about the Python-checkins mailing list