[py-svn] r36285 - py/dist/py/documentation

hpk at codespeak.net hpk at codespeak.net
Mon Jan 8 16:57:30 CET 2007


Author: hpk
Date: Mon Jan  8 16:57:21 2007
New Revision: 36285

Modified:
   py/dist/py/documentation/index.txt
   py/dist/py/documentation/log.txt
Log:
refining the py.log documentation and its integration a bit
and marking it alpha, because i haven't checked in detail
about the status.  in any case, many thanks to Francois
for providing it. 



Modified: py/dist/py/documentation/index.txt
==============================================================================
--- py/dist/py/documentation/index.txt	(original)
+++ py/dist/py/documentation/index.txt	Mon Jan  8 16:57:21 2007
@@ -9,6 +9,8 @@
 
 `py.xml`_ a fast'n'easy way to generate xml/html documents (including CSS-styling) 
 
+`py.log`_ an alpha document about the ad-hoc logging facilities 
+
 `miscellaneous features`_ describes some more py lib features 
 
 `future`_ handles development visions and plans for the near future. 
@@ -24,6 +26,7 @@
 .. _`py-dev at codespeak net`: http://codespeak.net/mailman/listinfo/py-dev 
 .. _`py.execnet`: execnet.html 
 .. _`py.magic.greenlet`: greenlet.html 
+.. _`py.log`: log.html
 .. _`py.test`: test.html 
 .. _`py.xml`: xml.html 
 .. _`Why What how py?`: why_py.html 

Modified: py/dist/py/documentation/log.txt
==============================================================================
--- py/dist/py/documentation/log.txt	(original)
+++ py/dist/py/documentation/log.txt	Mon Jan  8 16:57:21 2007
@@ -11,12 +11,12 @@
 Foreword
 ========
 
-I attempt here to briefly state the actual specification of the
-:code:`py.log` module, as currently found within the nice and fertile
-`py library`__ project.  I also want to either present or summarize a
-few ideas for improving or developping this module further.
+This document is an attempt to briefly state the actual specification of the
+:code:`py.log` module.  It was written by Francois Pinard and also contains
+some ideas for enhancing the py.log facilities. 
 
-__ http://codespeak.net/py/current/doc/home.html
+
+NOTE that `py.log` is an ALPHA interface, it can change any time. 
 
 This document is meant to trigger or facilitate discussions.  It shamelessly
 steals from the `Agile Testing`__ comments, and from other sources as well,



More information about the pytest-commit mailing list