Commit 98a0d063 authored by Andrew Kuchling's avatar Andrew Kuchling

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

parent 587e970b
"""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