[py-svn] r37835 - py/trunk/py/doc
hpk at codespeak.net
hpk at codespeak.net
Sat Feb 3 00:10:42 CET 2007
Author: hpk
Date: Sat Feb 3 00:10:38 2007
New Revision: 37835
Modified:
py/trunk/py/doc/TODO.txt
Log:
some updates to TODO items
Modified: py/trunk/py/doc/TODO.txt
==============================================================================
--- py/trunk/py/doc/TODO.txt (original)
+++ py/trunk/py/doc/TODO.txt Sat Feb 3 00:10:38 2007
@@ -57,7 +57,7 @@
* optional: support setuptools (eggs?) installs, and instally
from pypi (and register pylib there)
-* see if things work on Win32 (partially done)
+* (DONE/c-modules don't) see if things work on Win32 (partially done)
* refine and implement `releasescheme`_
@@ -81,10 +81,6 @@
testing
-----------
-* windows tests (rev 36514 passes without errors, many skips)
-
- (guido tested again, and fixed newly broken tests, all work again now)
-
* these should all work on 0.9 and on the py lib and pypy:
- running "py.test -s"
- running "py.test --pdb"
@@ -94,7 +90,7 @@
(guido tested all on win32, everything works except --dist (requires
os.fork to work))
-* see why startcapture() used to not use FD-based
+* (DONE) see why startcapture() used to not use FD-based
"py.io.StdCaptureFD" to isolate standard output.
use that check if all py and PyPy tests pass
as good as they do without.
More information about the py-svn
mailing list