[Docstring-checkins] CVS: dps HISTORY.txt,1.46,1.47
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-13 02:48:30
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv4350/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** HISTORY.txt 11 Mar 2002 03:45:08 -0000 1.46 --- HISTORY.txt 13 Mar 2002 02:48:27 -0000 1.47 *************** *** 126,132 **** - Reworked ``Reporter`` based on "log4j". - Added some docstrings. ! - Added 'parseattributes()', associated functions and exceptions. - Moved 'normname()' from restructuredtext.states. - Added ``newdocument()``: document Node creation. * dps/test_*.py: Moved to new test/ directory. --- 126,135 ---- - Reworked ``Reporter`` based on "log4j". - Added some docstrings. ! - Added 'extract_extension_attributes()', associated functions and ! exceptions. ! - Added 'extract_name_value()' & 'NameValueError' exception. - Moved 'normname()' from restructuredtext.states. - Added ``newdocument()``: document Node creation. + * dps/test_*.py: Moved to new test/ directory. |