[Python-checkins] python/dist/src/Doc/lib libpickle.tex, 1.42.10.1,
1.42.10.2
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Wed Sep 10 14:50:08 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv29890
Modified Files:
Tag: release23-maint
libpickle.tex
Log Message:
- add version annotation for HIGHEST_PROTOCOL
- cleaned up some markup
Index: libpickle.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpickle.tex,v
retrieving revision 1.42.10.1
retrieving revision 1.42.10.2
diff -C2 -d -r1.42.10.1 -r1.42.10.2
*** libpickle.tex 11 Aug 2003 23:43:04 -0000 1.42.10.1
--- libpickle.tex 10 Sep 2003 20:50:06 -0000 1.42.10.2
***************
*** 165,168 ****
--- 165,169 ----
The highest protocol version available. This value can be passed
as a \var{protocol} value.
+ \versionadded{2.3}
\end{datadesc}
***************
*** 254,265 ****
\end{excdesc}
! The \module{pickle} module also exports two callables\footnote{In the
\module{pickle} module these callables are classes, which you could
! subclass to customize the behavior. However, in the \module{cPickle}
! modules these callables are factory functions and so cannot be
! subclassed. One of the common reasons to subclass is to control what
! objects can actually be unpickled. See section~\ref{pickle-sub} for
! more details.}, \class{Pickler} and
! \class{Unpickler}:
\begin{classdesc}{Pickler}{file\optional{, protocol\optional{, bin}}}
--- 255,265 ----
\end{excdesc}
! The \module{pickle} module also exports two callables,\footnote{In the
\module{pickle} module these callables are classes, which you could
! subclass to customize the behavior. However, in the
! \refmodule{cPickle} module these callables are factory functions and
! so cannot be subclassed. One common reason to subclass is to control
! what objects can actually be unpickled. See section~\ref{pickle-sub}
! for more details.} \class{Pickler} and \class{Unpickler}:
\begin{classdesc}{Pickler}{file\optional{, protocol\optional{, bin}}}
More information about the Python-checkins
mailing list