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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 30 Nov 2001 11:25:41 -0800


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv4618

Modified Files:
	docfixer.py 
Log Message:
Add a couple of entries to the whitespace-cleanups table.

Index: docfixer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/docfixer.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** docfixer.py	2001/11/19 05:28:29	1.35
--- docfixer.py	2001/11/30 19:25:39	1.36
***************
*** 1003,1007 ****
--- 1003,1009 ----
          "paragraph": ("\n", "\n\n"),
          "subparagraph": ("\n", "\n\n"),
+         "description": ("\n", "\n\n"),
          "enumeration": ("\n", "\n\n"),
+         "item": ("\n", "\n\n"),
          })
      cleanup_root_text(doc)