update project Python 2.5 compatibility documentation

This commit is contained in:
Jurko Gospodnetić 2014-12-25 19:23:05 +01:00
parent 8a73caaa25
commit 9ca8cf3e59
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ Features missing prior to Python 2.6
* ``fractions`` module.
* ``numbers`` module.
* String ``format()`` method.
* Using the ``with`` statement from Python 2.5.x requires the ``from __future__
import with_statement``.
Features missing prior to Python 2.7
------------------------------------