From: Georg Brandl Date: Thu, 15 Feb 2007 11:29:55 +0000 (+0000) Subject: Add missing \versionadded. X-Git-Tag: v2.6a1~2169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cb37fc5d02564b618aceb90d0f51dd56b1b505b;p=python Add missing \versionadded. --- diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index fac10628c4..68c5c9adc6 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}