[Python-checkins] r42009 - python/trunk/Doc/lib/libmodulefinder.tex python/trunk/Doc/lib/libpickletools.tex python/trunk/Doc/lib/libstringprep.tex

fredrik.lundh python-checkins at python.org
Wed Jan 11 01:14:30 CET 2006


Author: fredrik.lundh
Date: Wed Jan 11 01:14:29 2006
New Revision: 42009

Modified:
   python/trunk/Doc/lib/libmodulefinder.tex
   python/trunk/Doc/lib/libpickletools.tex
   python/trunk/Doc/lib/libstringprep.tex
Log:
added a few missing \versionadded{2.3} tags



Modified: python/trunk/Doc/lib/libmodulefinder.tex
==============================================================================
--- python/trunk/Doc/lib/libmodulefinder.tex	(original)
+++ python/trunk/Doc/lib/libmodulefinder.tex	Wed Jan 11 01:14:29 2006
@@ -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

Modified: python/trunk/Doc/lib/libpickletools.tex
==============================================================================
--- python/trunk/Doc/lib/libpickletools.tex	(original)
+++ python/trunk/Doc/lib/libpickletools.tex	Wed Jan 11 01:14:29 2006
@@ -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

Modified: python/trunk/Doc/lib/libstringprep.tex
==============================================================================
--- python/trunk/Doc/lib/libstringprep.tex	(original)
+++ python/trunk/Doc/lib/libstringprep.tex	Wed Jan 11 01:14:29 2006
@@ -6,6 +6,8 @@
 \moduleauthor{Martin v. L\"owis}{martin at v.loewis.de}
 \sectionauthor{Martin v. L\"owis}{martin at 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


More information about the Python-checkins mailing list