We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7150787 + 98a0d06 commit c6a140fCopy full SHA for c6a140f
Lib/xml/dom/minicompat.py
@@ -1,4 +1,8 @@
1
-"""Python version compatibility support for minidom."""
+"""Python version compatibility support for minidom.
2
+
3
+This module contains internal implementation details and
4
+should not be imported; use xml.dom.minidom instead.
5
+"""
6
7
# This module should only be imported using "import *".
8
#
0 commit comments