mirror of
https://github.com/python/cpython.git
synced 2024-11-30 13:24:13 +08:00
Add "term" to AUTOCLOSE.
This commit is contained in:
parent
d1dbf633ed
commit
a49a4eabbf
@ -127,7 +127,7 @@ def xml_convert(ifp, ofp, autoclose):
|
|||||||
return do_convert(ifp, ofp, xml=1, autoclose=autoclose)
|
return do_convert(ifp, ofp, xml=1, autoclose=autoclose)
|
||||||
|
|
||||||
|
|
||||||
AUTOCLOSE = ("para",)
|
AUTOCLOSE = ("para", "term",)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user