diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2010-05-25 05:52:03 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2010-05-25 05:52:03 +0200 |
| commit | 24057242c5a3479ba177bf973349e70cb45745b1 (patch) | |
| tree | 6006eb64c44bfb2b03e604ad4fa9369324dbb51d /index.html | |
| parent | 3a35e9c0fedba403aa7e0c65448dc2ff1800be48 (diff) | |
| download | python-decorator-git-24057242c5a3479ba177bf973349e70cb45745b1.tar.gz | |
Regenerated the doc for decorator-3.2.0
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -338,15 +338,22 @@ the documentation, download the <a class="reference external" href="http://pypi. </div> <div class="section" id="testing"> <h1>Testing</h1> -<p>For Python 2.4, 2.5, 2.6, 2.7 run</p> +<p>For Python 2.5, 2.6, 2.7 run</p> <p>$ python documentation.py</p> <p>for Python 3.X run</p> <p>$ python documentation3.py</p> -<p>You will see a few innocuous errors with Python 2.4 and 2.5, because -some inner details such as the introduction of the ArgSpec namedtuple -and Thread.__repr__ changed. You may safely ignore them. -Notice that you may run into trouble if in your system there is an older version -of the decorator module; in such a case remove the old version.</p> +<p>You will see a few innocuous errors with Python 2.5, because some +inner details such as the introduction of the ArgSpec namedtuple and +Thread.__repr__ changed. You may safely ignore them.</p> +<p>You cannot run the tests in Python 2.4, since there is a test using +the with statement, but the decorator module is expected to work +anyway (it has been used in production with Python 2.4 for years). My +plan is to keep supporting all Python versions >= 2.4 in the core +module, but I will keep the documentation and the tests updated only +for the latest Python versions in both the 2.X and 3.X branches.</p> +<p>Finally, notice that you may run into trouble if in your system there +is an older version of the decorator module; in such a case remove the +old version.</p> </div> <div class="section" id="documentation"> <h1>Documentation</h1> |
