summaryrefslogtreecommitdiff
path: root/documentation.html
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2010-05-25 05:52:03 +0200
committerMichele Simionato <michele.simionato@gmail.com>2010-05-25 05:52:03 +0200
commit24057242c5a3479ba177bf973349e70cb45745b1 (patch)
tree6006eb64c44bfb2b03e604ad4fa9369324dbb51d /documentation.html
parent3a35e9c0fedba403aa7e0c65448dc2ff1800be48 (diff)
downloadpython-decorator-git-24057242c5a3479ba177bf973349e70cb45745b1.tar.gz
Regenerated the doc for decorator-3.2.0
Diffstat (limited to 'documentation.html')
-rw-r--r--documentation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation.html b/documentation.html
index 3a8160b..79163a7 100644
--- a/documentation.html
+++ b/documentation.html
@@ -83,7 +83,7 @@
<tr class="field"><th class="docinfo-name">E-mail:</th><td class="field-body"><a class="reference external" href="mailto:michele.simionato&#64;gmail.com">michele.simionato&#64;gmail.com</a></td>
</tr>
<tr><th class="docinfo-name">Version:</th>
-<td>3.2.0 (2010-05-22)</td></tr>
+<td>3.2.0 (2010-05-25)</td></tr>
<tr class="field"><th class="docinfo-name">Requires:</th><td class="field-body">Python 2.4+</td>
</tr>
<tr class="field"><th class="docinfo-name">Download page:</th><td class="field-body"><a class="reference external" href="http://pypi.python.org/pypi/decorator/3.2.0">http://pypi.python.org/pypi/decorator/3.2.0</a></td>
@@ -967,7 +967,7 @@ a <em>copy</em> of the original function dictionary
<div class="section" id="compatibility-notes">
<h1><a class="toc-backref" href="#id15">Compatibility notes</a></h1>
<p>Version 3.2 is the first version of the <tt class="docutils literal">decorator</tt> module to officially
-support Python 3.0. Actually, the module has supported Python 3.0 from
+support Python 3. Actually, the module has supported Python 3 from
the beginning, via the <tt class="docutils literal">2to3</tt> conversion tool, but this step has
been now integrated in the build process, thanks to the <a class="reference external" href="http://packages.python.org/distribute/">distribute</a>
project, the Python 3-compatible replacement of easy_install.