Update docs about 2.4 and 2.5 compatability.

This commit is contained in:
Robert Collins
2013-01-20 21:34:00 +13:00
parent c15ec9ce7b
commit bc1cdefc3d

View File

@@ -5,10 +5,7 @@ testtools: tasteful testing for Python
testtools is a set of extensions to the Python standard library's unit testing
framework. These extensions have been derived from many years of experience
with unit testing in Python and come from many different sources. testtools
supports Python versions all the way back to Python 2.4. The next release of
testtools will change that to support versions that are maintained by the
Python community instead, to allow the use of modern language features within
testtools.
supports Python versions all the way back to Python 2.6.
What better way to start than with a contrived code snippet?::
@@ -96,7 +93,9 @@ Cross-Python compatibility
--------------------------
testtools gives you the very latest in unit testing technology in a way that
will work with Python 2.6, 2.7 and 3.1.
will work with Python 2.6, 2.7, 3.1 and 3.2.
If you wish to use testtools with Python 2.4 or 2.5, then please use testtools
0.9.15.
0.9.15. Up to then we supported Python 2.4 and 2.5, but we found the
constraints involved in not using the newer language features onerous as we
added more support for versions post Python 3.