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
049fd900
Commit
049fd900
authored
Jan 11, 2006
by
Fredrik Lundh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a few missing \versionadded{2.3} tags
parent
9ad69637
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
Doc/lib/libmodulefinder.tex
Doc/lib/libmodulefinder.tex
+2
-0
Doc/lib/libpickletools.tex
Doc/lib/libpickletools.tex
+2
-0
Doc/lib/libstringprep.tex
Doc/lib/libstringprep.tex
+2
-0
No files found.
Doc/lib/libmodulefinder.tex
View file @
049fd900
...
...
@@ -5,6 +5,8 @@
\declaremodule
{
standard
}{
modulefinder
}
\modulesynopsis
{
Find modules used by a script.
}
\versionadded
{
2.3
}
This module provides a
\class
{
ModuleFinder
}
class that can be used to
determine the set of modules imported by a script.
\code
{
modulefinder.py
}
can also be run as a script, giving the
...
...
Doc/lib/libpickletools.tex
View file @
049fd900
...
...
@@ -3,6 +3,8 @@
\declaremodule
{
standard
}{
pickletools
}
\modulesynopsis
{
Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.
}
\versionadded
{
2.3
}
This module contains various constants relating to the intimate
details of the
\refmodule
{
pickle
}
module, some lengthy comments about
the implementation, and a few useful functions for analyzing pickled
...
...
Doc/lib/libstringprep.tex
View file @
049fd900
...
...
@@ -6,6 +6,8 @@
\moduleauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis.de
}
\sectionauthor
{
Martin v. L
\"
owis
}{
martin@v.loewis.de
}
\versionadded
{
2.3
}
When identifying things (such as host names) in the internet, it is
often necessary to compare such identifications for
``equality''. Exactly how this comparison is executed may depend on
...
...
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