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

hpk at codespeak.net hpk at codespeak.net
Fri Feb 2 02:22:46 CET 2007


Author: hpk
Date: Fri Feb  2 02:22:43 2007
New Revision: 37789

Modified:
   py/trunk/py/doc/TODO.txt
   py/trunk/py/doc/log.txt
Log:
small updates and streamlining of docs


Modified: py/trunk/py/doc/TODO.txt
==============================================================================
--- py/trunk/py/doc/TODO.txt	(original)
+++ py/trunk/py/doc/TODO.txt	Fri Feb  2 02:22:43 2007
@@ -22,7 +22,8 @@
 streamline exported API 
 -------------------------------------
 
-* (hpk, should be done) move not-to-be-exported Gateway() methods to _ - methods. 
+* (DONE) move not-to-be-exported Gateway() methods to _ - methods. 
+
 * docstrings  for all exported API
 
 * (DONE) remove: test.compat.TestCAse 

Modified: py/trunk/py/doc/log.txt
==============================================================================
--- py/trunk/py/doc/log.txt	(original)
+++ py/trunk/py/doc/log.txt	Fri Feb  2 02:22:43 2007
@@ -15,8 +15,8 @@
 :code:`py.log` module.  It was written by Francois Pinard and also contains
 some ideas for enhancing the py.log facilities. 
 
-
-NOTE that `py.log` is an ALPHA interface, it can change any time. 
+NOTE that `py.log` is subject to refactorings, it may change with
+the next release. 
 
 This document is meant to trigger or facilitate discussions.  It shamelessly
 steals from the `Agile Testing`__ comments, and from other sources as well,
@@ -24,8 +24,6 @@
 
 __ http://agiletesting.blogspot.com/2005/06/keyword-based-logging-with-py-library.html
 
-My knowledge of English is fairly rough and approximative, I hope
-readers will kindly and spontaneously offer stylistic corrections.
 
 Logging organisation
 ====================



More information about the pytest-commit mailing list