[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py,1.27,1.28
Fred L. Drake
fdrake@users.sourceforge.net
2001年3月29日 15:31:24 -0800
Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv14725
Modified Files:
docfixer.py
Log Message:
Allow the <author/> element to appear before a paragraph without being
made a part of the paragraph.
Index: docfixer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/docfixer.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** docfixer.py 2001年03月23日 17:09:02 1.27
--- docfixer.py 2001年03月29日 23:31:22 1.28
***************
*** 620,624 ****
PARA_LEVEL_PRECEEDERS = (
! "setindexsubitem",
"stindex", "obindex", "COMMENT", "label", "input", "title",
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
--- 620,624 ----
PARA_LEVEL_PRECEEDERS = (
! "setindexsubitem", "author",
"stindex", "obindex", "COMMENT", "label", "input", "title",
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",