Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
32593c17
Commit
32593c17
authored
Feb 15, 2007
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing \versionadded.
(backport from rev. 53787)
parent
d238bca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Doc/lib/libstruct.tex
Doc/lib/libstruct.tex
+4
-0
No files found.
Doc/lib/libstruct.tex
View file @
32593c17
...
@@ -34,6 +34,8 @@ The module defines the following exception and functions:
...
@@ -34,6 +34,8 @@ The module defines the following exception and functions:
format, write the packed bytes into the writable
\var
{
buffer
}
starting at
format, write the packed bytes into the writable
\var
{
buffer
}
starting at
\var
{
offset
}
.
\var
{
offset
}
.
Note that the offset is not an optional argument.
Note that the offset is not an optional argument.
\versionadded
{
2.5
}
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
unpack
}{
fmt, string
}
\begin{funcdesc}
{
unpack
}{
fmt, string
}
...
@@ -50,6 +52,8 @@ The module defines the following exception and functions:
...
@@ -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
\var
{
buffer
}
must contain at least the amount of data required by the
format (
\code
{
len(buffer[offset:])
}
must be at least
format (
\code
{
len(buffer[offset:])
}
must be at least
\code
{
calcsize(
\var
{
fmt
}
)
}
).
\code
{
calcsize(
\var
{
fmt
}
)
}
).
\versionadded
{
2.5
}
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
calcsize
}{
fmt
}
\begin{funcdesc}
{
calcsize
}{
fmt
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment