[Python-checkins] python/dist/src/Doc/lib libpickle.tex,1.45,1.46

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Jan 1 00:53:53 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv4751

Modified Files:
	libpickle.tex 
Log Message:
Add sets to list of picklable objects.

Index: libpickle.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpickle.tex,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** libpickle.tex	10 Sep 2003 20:47:43 -0000	1.45
--- libpickle.tex	1 Jan 2004 05:53:51 -0000	1.46
***************
*** 379,383 ****
  \item normal and Unicode strings
  
! \item tuples, lists, and dictionaries containing only picklable objects
  
  \item functions defined at the top level of a module
--- 379,383 ----
  \item normal and Unicode strings
  
! \item tuples, lists, sets, and dictionaries containing only picklable objects
  
  \item functions defined at the top level of a module





More information about the Python-checkins mailing list