From 275a31ed37f119226a6ea514b2711138e43d7049 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 13 Feb 2007 09:18:31 +0100 Subject: [PATCH] [svn r38659] mention that we think that py lib works on 2.3, 2.4 and 2.5 --HG-- branch : trunk --- py/doc/release-0.9.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/doc/release-0.9.0.txt b/py/doc/release-0.9.0.txt index 3e6716840..67650c5cd 100644 --- a/py/doc/release-0.9.0.txt +++ b/py/doc/release-0.9.0.txt @@ -11,7 +11,7 @@ Main API/Tool Features: * py.magic.greenlet: micro-threads on standard CPython ("stackless-light") * py.path: path abstractions over local and subversion files * rich documentation of py's exported API -* tested against Win32, Linux and OSX +* tested against Win32, Linux and OSX, python 2.3-2.5 All these features and their API have extensive documentation, generated with the new "apigen", which we intend to make accessible