[svn r38805] be more careful about win32 supporting claims

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-14 12:49:11 +01:00
parent f016b14965
commit d02d937b74
1 changed files with 1 additions and 1 deletions

View File

@ -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