[py-svn] r36234 - py/dist/py/documentation
hpk at codespeak.net
hpk at codespeak.net
Mon Jan 8 11:27:09 CET 2007
Author: hpk
Date: Mon Jan 8 11:27:06 2007
New Revision: 36234
Modified:
py/dist/py/documentation/TODO.txt
Log:
tracking todo-items for 0.9 in py/documentation ...
Modified: py/dist/py/documentation/TODO.txt
==============================================================================
--- py/dist/py/documentation/TODO.txt (original)
+++ py/dist/py/documentation/TODO.txt Mon Jan 8 11:27:06 2007
@@ -1,6 +1,34 @@
-Things to do before 0.8.0
+Things to do before 0.9.0
=========================
+review all py lib documentation
+-------------------------------------
+
+streamline exported API
+-------------------------------------
+
+* move not-to-be-exported Gateway() methods to _ - methods.
+* docstrings for all exported API
+
+testing
+-----------
+
+* windows tests
+* these should all work on 0.9 and on the py lib and pypy:
+ - running "py.test -s"
+ - running "py.test --pdb"
+ - running "py.test --looponfailing"
+ - running "py.test" distributed on some hosts
+
+* tests should not create any tempdirectories in the source code base
+
+* try to be as 2.2 compatible as possible
+
+
+quality
+---------
+
+* don't have
distutils install
-----------------
More information about the py-svn
mailing list