summaryrefslogtreecommitdiff
path: root/Lib/xml/dom
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-11-12 10:25:15 -0500
committerAndrew Kuchling <amk@amk.ca>2013-11-12 10:25:15 -0500
commitdcc29f4fe8f9204bbd86cec0493f848cfcffce38 (patch)
tree194b44d53d6af640cbb325f036af66fb5323bfaa /Lib/xml/dom
parente2645327d300c3798aa11d4fe41fe00d40f0e52d (diff)
downloadcpython-dcc29f4fe8f9204bbd86cec0493f848cfcffce38.tar.gz
Closes #12828: add docstring text noting this is an internal-only module
Diffstat (limited to 'Lib/xml/dom')
-rw-r--r--Lib/xml/dom/minicompat.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/Lib/xml/dom/minicompat.py b/Lib/xml/dom/minicompat.py
index 62725c6198..1244500259 100644
--- a/Lib/xml/dom/minicompat.py
+++ b/Lib/xml/dom/minicompat.py
@@ -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 *".
#