summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2006-01-11 00:14:29 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2006-01-11 00:14:29 (GMT)
commit049fd9003da4e1487107000f8ada148642d789ff (patch)
treedd53023a4e94e9544ad84e868a02a7c258901dbb /Doc
parent9ad69637e8397a4896fbfe5c5e047d048f53956a (diff)
downloadcpython-049fd9003da4e1487107000f8ada148642d789ff.zip
cpython-049fd9003da4e1487107000f8ada148642d789ff.tar.gz
cpython-049fd9003da4e1487107000f8ada148642d789ff.tar.bz2
added a few missing \versionadded{2.3} tags
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libmodulefinder.tex2
-rw-r--r--Doc/lib/libpickletools.tex2
-rw-r--r--Doc/lib/libstringprep.tex2
3 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libmodulefinder.tex b/Doc/lib/libmodulefinder.tex
index 195b2dd..5fb9e8e 100644
--- a/Doc/lib/libmodulefinder.tex
+++ b/Doc/lib/libmodulefinder.tex
@@ -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
diff --git a/Doc/lib/libpickletools.tex b/Doc/lib/libpickletools.tex
index 0fe76ff..8f63626 100644
--- a/Doc/lib/libpickletools.tex
+++ b/Doc/lib/libpickletools.tex
@@ -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
diff --git a/Doc/lib/libstringprep.tex b/Doc/lib/libstringprep.tex
index 3492d02..2614314 100644
--- a/Doc/lib/libstringprep.tex
+++ b/Doc/lib/libstringprep.tex
@@ -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