diff options
| author | Georg Brandl <georg@python.org> | 2007-02-15 11:29:55 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-02-15 11:29:55 (GMT) |
| commit | 9cb37fc5d02564b618aceb90d0f51dd56b1b505b (patch) | |
| tree | 91ca8dde69becde64d3133682b95b73f40a61b48 | |
| parent | 983d1002026da618d2286b05e8439d97ad777392 (diff) | |
| download | cpython-9cb37fc5d02564b618aceb90d0f51dd56b1b505b.zip cpython-9cb37fc5d02564b618aceb90d0f51dd56b1b505b.tar.gz cpython-9cb37fc5d02564b618aceb90d0f51dd56b1b505b.tar.bz2 | |
Add missing \versionadded.
| -rw-r--r-- | Doc/lib/libstruct.tex | 4 |
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} |
