[Python-checkins] CVS: python/dist/src/Doc/lib libpickle.tex,1.27,1.28

Fred L. Drake python-dev@python.org
Wed, 18 Oct 2000 09:48:01 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2574/lib

Modified Files:
	libpickle.tex 
Log Message:

Capitalize & use periods for \seemodule explanation parameter.


Index: libpickle.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpickle.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** libpickle.tex	2000/07/16 19:01:10	1.27
--- libpickle.tex	2000/10/18 16:47:52	1.28
***************
*** 283,294 ****
  
  \begin{seealso}
!   \seemodule[copyreg]{copy_reg}{pickle interface constructor
!                                 registration}
  
!   \seemodule{shelve}{indexed databases of objects; uses \module{pickle}}
  
!   \seemodule{copy}{shallow and deep object copying}
  
!   \seemodule{marshal}{high-performance serialization of built-in types}
  \end{seealso}
  
--- 283,294 ----
  
  \begin{seealso}
!   \seemodule[copyreg]{copy_reg}{Pickle interface constructor
!                                 registration for extension types.}
  
!   \seemodule{shelve}{Indexed databases of objects; uses \module{pickle}.}
  
!   \seemodule{copy}{Shallow and deep object copying.}
  
!   \seemodule{marshal}{High-performance serialization of built-in types.}
  \end{seealso}