]> granicus.if.org Git - python/commitdiff
Add "term" to AUTOCLOSE.
authorFred Drake <fdrake@acm.org>
Fri, 22 Jan 1999 22:48:24 +0000 (22:48 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 22 Jan 1999 22:48:24 +0000 (22:48 +0000)
Doc/tools/sgmlconv/esis2sgml.py

index 002967a246d34a84f543e986f3877c1581b5f960..c43ddbc56da5fc5312111665d628da1f9e23dfee 100755 (executable)
@@ -127,7 +127,7 @@ def xml_convert(ifp, ofp, autoclose):
     return do_convert(ifp, ofp, xml=1, autoclose=autoclose)
 
 
-AUTOCLOSE = ("para",)
+AUTOCLOSE = ("para", "term",)
 
 
 def main():