From: Fred Drake Date: Sat, 11 Apr 1998 20:43:51 +0000 (+0000) Subject: Change order of \seemodule macros at end of pickle module section. X-Git-Tag: v1.5.1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17e564042d8eccfd571ef898709d1454727741be;p=thirdparty%2FPython%2Fcpython.git Change order of \seemodule macros at end of pickle module section. --- diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index 65075b94260a..edd496f28362 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/libpickle.tex @@ -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} diff --git a/Doc/libpickle.tex b/Doc/libpickle.tex index 65075b94260a..edd496f28362 100644 --- a/Doc/libpickle.tex +++ b/Doc/libpickle.tex @@ -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}