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

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 10 Dec 1998 15:25:31 -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:

create_module_info():  New function:  Modify a <section> to create a
	<moduleinfo> element based on various meta information, and
	strip some cruftiness.  This is more usable for information
	extraction, and organizes the information more clearly.

cleanup_synopses():  Rewrite to use create_module_info(), so this
	will work with multi-rooted "documents".