Commit 284be1b9 authored by Andrew Kuchling's avatar Andrew Kuchling

Closes #12828: add docstring text noting this is an internal-only module

parent 3efb88db
"""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 *".
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment