[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 28 Jan 1999 19:00:00 -0500


Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv
In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv

Modified Files:
	docfixer.py 
Log Message:

Update the docstring.

Lots of changes to get the paragraph marking to work, and not go into
an infinite recursion.

Start to rationalize markup of method signatures; not complete.

find_all_elements():  similar to getElementsByTagName(), but operates
	on the not-quite-legal fragments we deal with here.
	Simplifies several individual transforms.

fixup_sectionauthors():  Convert \sectionauthor items to <author> just 
	after the <section>'s <title>.