mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55: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)
|
||||
|
||||
|
||||
AUTOCLOSE = ("para",)
|
||||
AUTOCLOSE = ("para", "term",)
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user