]> granicus.if.org Git - python/commitdiff
added a few missing \versionadded{2.3} tags
authorFredrik Lundh <fredrik@pythonware.com>
Wed, 11 Jan 2006 00:14:29 +0000 (00:14 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Wed, 11 Jan 2006 00:14:29 +0000 (00:14 +0000)
Doc/lib/libmodulefinder.tex
Doc/lib/libpickletools.tex
Doc/lib/libstringprep.tex

index 195b2dd5931688c2a0a382d8c87eec8b80495709..5fb9e8e27cede45a5a89bfd9ae5d029f1cfc5dea 100644 (file)
@@ -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
index 0fe76ff7b2a44165c106c2f119ec1ac55818cc89..8f636262118b871a0fc99d1b1f57750b64096e76 100644 (file)
@@ -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
index 3492d021fe1529b886c5edb3c6d8a2022a47bc41..2614314cb95403159a296c02ba79b912537e82fb 100644 (file)
@@ -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