From: Andrew Kuchling Date: Tue, 12 Nov 2013 15:25:15 +0000 (-0500) Subject: Closes #12828: add docstring text noting this is an internal-only module X-Git-Tag: v3.4.0b1~306^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98a0d063a12c94ac9db6b1076cddad40a2fbd82b;p=thirdparty%2FPython%2Fcpython.git Closes #12828: add docstring text noting this is an internal-only module --- diff --git a/Lib/xml/dom/minicompat.py b/Lib/xml/dom/minicompat.py index 62725c6198d0..1244500259d1 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 *". #