Kaydet (Commit) 049fd900 authored tarafından Fredrik Lundh's avatar Fredrik Lundh

added a few missing \versionadded{2.3} tags

üst 9ad69637
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
\declaremodule{standard}{modulefinder} \declaremodule{standard}{modulefinder}
\modulesynopsis{Find modules used by a script.} \modulesynopsis{Find modules used by a script.}
\versionadded{2.3}
This module provides a \class{ModuleFinder} class that can be used to This module provides a \class{ModuleFinder} class that can be used to
determine the set of modules imported by a script. determine the set of modules imported by a script.
\code{modulefinder.py} can also be run as a script, giving the \code{modulefinder.py} can also be run as a script, giving the
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
\declaremodule{standard}{pickletools} \declaremodule{standard}{pickletools}
\modulesynopsis{Contains extensive comments about the pickle protocols and pickle-machine opcodes, as well as some useful functions.} \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 This module contains various constants relating to the intimate
details of the \refmodule{pickle} module, some lengthy comments about details of the \refmodule{pickle} module, some lengthy comments about
the implementation, and a few useful functions for analyzing pickled the implementation, and a few useful functions for analyzing pickled
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
\moduleauthor{Martin v. L\"owis}{martin@v.loewis.de} \moduleauthor{Martin v. L\"owis}{martin@v.loewis.de}
\sectionauthor{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 When identifying things (such as host names) in the internet, it is
often necessary to compare such identifications for often necessary to compare such identifications for
``equality''. Exactly how this comparison is executed may depend on ``equality''. Exactly how this comparison is executed may depend on
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment