mirror of https://github.com/python/cpython
Change order of \seemodule macros at end of pickle module section.
This commit is contained in:
parent
9463de2092
commit
17e564042d
|
@ -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}
|
||||
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue