summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-02-15 11:29:55 (GMT)
committerGeorg Brandl <georg@python.org>2007-02-15 11:29:55 (GMT)
commit9cb37fc5d02564b618aceb90d0f51dd56b1b505b (patch)
tree91ca8dde69becde64d3133682b95b73f40a61b48 /Doc/lib
parent983d1002026da618d2286b05e8439d97ad777392 (diff)
downloadcpython-9cb37fc5d02564b618aceb90d0f51dd56b1b505b.zip
cpython-9cb37fc5d02564b618aceb90d0f51dd56b1b505b.tar.gz
cpython-9cb37fc5d02564b618aceb90d0f51dd56b1b505b.tar.bz2
Add missing \versionadded.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libstruct.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex
index fac1062..68c5c9a 100644
--- a/Doc/lib/libstruct.tex
+++ b/Doc/lib/libstruct.tex
@@ -34,6 +34,8 @@ The module defines the following exception and functions:
format, write the packed bytes into the writable \var{buffer} starting at
\var{offset}.
Note that the offset is not an optional argument.
+
+ \versionadded{2.5}
\end{funcdesc}
\begin{funcdesc}{unpack}{fmt, string}
@@ -50,6 +52,8 @@ The module defines the following exception and functions:
\var{buffer} must contain at least the amount of data required by the
format (\code{len(buffer[offset:])} must be at least
\code{calcsize(\var{fmt})}).
+
+ \versionadded{2.5}
\end{funcdesc}
\begin{funcdesc}{calcsize}{fmt}