]> granicus.if.org Git - python/commitdiff
Change order of \seemodule macros at end of pickle module section.
authorFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 20:43:51 +0000 (20:43 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 20:43:51 +0000 (20:43 +0000)
Doc/lib/libpickle.tex
Doc/libpickle.tex

index 65075b94260abda74b7a412372aca8b8648b1d39..edd496f2836227947cb9a9496c9056223c1c6310 100644 (file)
@@ -261,14 +261,14 @@ This exception is raised when an unpicklable object is passed to
 
 
 \begin{seealso}
-\seemodule{copy}{shallow and deep object copying}
-
 \seemodule[copyreg]{copy_reg}{pickle interface constructor
 registration}
 
-\seemodule{marshal}{high-performance serialization of built-in 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}
 
 
index 65075b94260abda74b7a412372aca8b8648b1d39..edd496f2836227947cb9a9496c9056223c1c6310 100644 (file)
@@ -261,14 +261,14 @@ This exception is raised when an unpicklable object is passed to
 
 
 \begin{seealso}
-\seemodule{copy}{shallow and deep object copying}
-
 \seemodule[copyreg]{copy_reg}{pickle interface constructor
 registration}
 
-\seemodule{marshal}{high-performance serialization of built-in 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}