[py-svn] r38805 - py/trunk/py/doc

hpk at codespeak.net hpk at codespeak.net
Wed Feb 14 12:49:13 CET 2007


Author: hpk
Date: Wed Feb 14 12:49:11 2007
New Revision: 38805

Modified:
   py/trunk/py/doc/release-0.9.0.txt
Log:
be more careful about win32 supporting claims


Modified: py/trunk/py/doc/release-0.9.0.txt
==============================================================================
--- py/trunk/py/doc/release-0.9.0.txt	(original)
+++ py/trunk/py/doc/release-0.9.0.txt	Wed Feb 14 12:49:11 2007
@@ -11,7 +11,7 @@
 * 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



More information about the pytest-commit mailing list