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

This commit is contained in:
Andrew Kuchling 2013-11-12 10:25:15 -05:00
parent 587e970be6
commit 98a0d063a1
1 changed files with 5 additions and 1 deletions

View File

@ -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 *".
#