Kaydet (Commit) 6b2a1a04 authored tarafından Georg Brandl's avatar Georg Brandl

Add missing \versionadded.

 (backport from rev. 53787)
üst ee467d0a
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment