mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Add "term" to AUTOCLOSE.
This commit is contained in:
parent
d1dbf633ed
commit
a49a4eabbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue