From d02d937b745ac9097240741930eedaa9cb21d399 Mon Sep 17 00:00:00 2001 From: hpk Date: Wed, 14 Feb 2007 12:49:11 +0100 Subject: [PATCH] [svn r38805] be more careful about win32 supporting claims --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 b43569040..8498cc4db 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, python 2.3-2.5 +* tested against Linux, OSX and partly against Win32, 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