]> granicus.if.org Git - python/commitdiff
Closes #12828: add docstring text noting this is an internal-only module
authorAndrew Kuchling <amk@amk.ca>
Tue, 12 Nov 2013 15:25:15 +0000 (10:25 -0500)
committerAndrew Kuchling <amk@amk.ca>
Tue, 12 Nov 2013 15:25:15 +0000 (10:25 -0500)
Lib/xml/dom/minicompat.py

index 62725c6198d007d006cf7bb2757ec3609eecc573..1244500259d1a6812aec23f8040c46784160700f 100644 (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 *".
 #