mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Add missing \versionadded.
(backport from rev. 53787)
This commit is contained in:
parent
ee467d0ae7
commit
6b2a1a042d
1 changed files with 4 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue