diff options
Diffstat (limited to 'documentation3.html')
| -rw-r--r-- | documentation3.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation3.html b/documentation3.html index aabb303..2110f8c 100644 --- a/documentation3.html +++ b/documentation3.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@gmail.com">michele.simionato@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> @@ -920,7 +920,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. |
