[svn r37789] small updates and streamlining of docs
--HG-- branch : trunk
This commit is contained in:
parent
443a0b4614
commit
084460ffd4
|
@ -22,7 +22,8 @@ review all py lib documentation
|
||||||
streamline exported API
|
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
|
* docstrings for all exported API
|
||||||
|
|
||||||
* (DONE) remove: test.compat.TestCAse
|
* (DONE) remove: test.compat.TestCAse
|
||||||
|
|
|
@ -15,8 +15,8 @@ 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
|
:code:`py.log` module. It was written by Francois Pinard and also contains
|
||||||
some ideas for enhancing the py.log facilities.
|
some ideas for enhancing the py.log facilities.
|
||||||
|
|
||||||
|
NOTE that `py.log` is subject to refactorings, it may change with
|
||||||
NOTE that `py.log` is an ALPHA interface, it can change any time.
|
the next release.
|
||||||
|
|
||||||
This document is meant to trigger or facilitate discussions. It shamelessly
|
This document is meant to trigger or facilitate discussions. It shamelessly
|
||||||
steals from the `Agile Testing`__ comments, and from other sources as well,
|
steals from the `Agile Testing`__ comments, and from other sources as well,
|
||||||
|
@ -24,8 +24,6 @@ without really trying to sort them out.
|
||||||
|
|
||||||
__ http://agiletesting.blogspot.com/2005/06/keyword-based-logging-with-py-library.html
|
__ 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
|
Logging organisation
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Reference in New Issue