[Docstring-checkins] CVS: dps HISTORY.txt,1.14,1.15
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-09-13 02:16:27
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv4892/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** HISTORY.txt 2001/09/12 03:48:44 1.14 --- HISTORY.txt 2001/09/13 02:16:24 1.15 *************** *** 44,48 **** - Added 'vms_option'. - Added 'classifier'. ! - Added 'error'. - Fixed link bookkeeping. - Added docstrings to _Element. --- 44,48 ---- - Added 'vms_option'. - Added 'classifier'. ! - Added 'error', 'attention'. - Fixed link bookkeeping. - Added docstrings to _Element. *************** *** 51,55 **** - Allow any DOM implementation from ``asdom()`` method. (I think.) - _Node's always true. ! - Changed .pprint() to .pformat(). - Added slice support to elements. - Added .findclass() & .findnonclass() methods. --- 51,55 ---- - Allow any DOM implementation from ``asdom()`` method. (I think.) - _Node's always true. ! - Changed .pprint() to .pformat(); removed endtags from output. - Added slice support to elements. - Added .findclass() & .findnonclass() methods. *************** *** 74,77 **** --- 74,78 ---- - Added form feed & vertical tab conversion to string2lines. - Added StateMachine.nextlineblank(). + - Added 'nestedSM' and 'nestedSMkwargs' to State. * dps/utils.py: |