mirror of https://github.com/python/cpython
Closes #12828: add docstring text noting this is an internal-only module
This commit is contained in:
parent
587e970be6
commit
98a0d063a1
|
@ -1,4 +1,8 @@
|
|||
"""Python version compatibility support for minidom."""
|
||||
"""Python version compatibility support for minidom.
|
||||
|
||||
This module contains internal implementation details and
|
||||
should not be imported; use xml.dom.minidom instead.
|
||||
"""
|
||||
|
||||
# This module should only be imported using "import *".
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue