[Docstring-checkins] CVS: dps HISTORY.txt,1.4,1.5
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2001-08-17 02:32:45
|
Update of /cvsroot/docstring/dps In directory usw-pr-cvs1:/tmp/cvs-serv31896/dps Modified Files: HISTORY.txt Log Message: updated Index: HISTORY.txt =================================================================== RCS file: /cvsroot/docstring/dps/HISTORY.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** HISTORY.txt 2001/08/14 03:54:58 1.4 --- HISTORY.txt 2001/08/17 02:32:42 1.5 *************** *** 40,46 **** Pilgrim. From http://diveintopython.org. ! * dps/statemachine.py: - Fixed bug in StateMachineWS.getknownindented(). * dps/parsers/model.py: --- 40,47 ---- Pilgrim. From http://diveintopython.org. ! * dps/statemachine.py (1.3): - Fixed bug in StateMachineWS.getknownindented(). + - Cleaned up & updated. * dps/parsers/model.py: *************** *** 49,52 **** --- 50,55 ---- NotImplementedError. + * dps/languages/en.py: Fixed ``__all__``. + * spec/pep-0256.txt: *************** *** 68,73 **** - Fixed typos & omissions; now validates. - Changed field_argument's model to PCDATA. ! * spec/pdpi.dtd: Fixed typos; now validates. --- 71,80 ---- - Fixed typos & omissions; now validates. - Changed field_argument's model to PCDATA. + - Added option_list and doctest_block from ppdi.dtd. + + * spec/pdpi.dtd: ! - Fixed typos; now validates. ! - Moved option_list and doctest_block from gpdi.dtd. |