From 98a0d063a12c94ac9db6b1076cddad40a2fbd82b Mon Sep 17 00:00:00 2001 From: Andrew Kuchling Date: Tue, 12 Nov 2013 10:25:15 -0500 Subject: [PATCH] Closes #12828: add docstring text noting this is an internal-only module --- Lib/xml/dom/minicompat.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 *". # -- 2.40.0