summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-02-15 11:29:58 (GMT)
committerGeorg Brandl <georg@python.org>2007-02-15 11:29:58 (GMT)
commit6b2a1a042d534db84397ba31bf802d8df4f5b1a4 (patch)
treece57046a8037a8060bab5d20b5bc1b4acc8ff78d /Doc
parentee467d0ae79e05d193ea1b125e697c4429a03c35 (diff)
downloadcpython-6b2a1a042d534db84397ba31bf802d8df4f5b1a4.zip
cpython-6b2a1a042d534db84397ba31bf802d8df4f5b1a4.tar.gz
cpython-6b2a1a042d534db84397ba31bf802d8df4f5b1a4.tar.bz2
Add missing \versionadded.
(backport from rev. 53787)
Diffstat (limited to 'Doc')
-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 d8e48c7..2c10be7 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}