mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
The C accelerator was not always imported for cElementTree's tests. (there's still an issue with --huntrleaks switch)
This commit is contained in:
parent
17f1be6368
commit
e59a306081
2 changed files with 4 additions and 2 deletions
|
|
@ -1352,7 +1352,6 @@ def xinclude():
|
|||
r"""
|
||||
Basic inclusion example (XInclude C.1)
|
||||
|
||||
>>> from xml.etree import ElementTree as ET
|
||||
>>> from xml.etree import ElementInclude
|
||||
|
||||
>>> document = xinclude_loader("C1.xml")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue