Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7150787 + 98a0d06 commit c6a140fCopy full SHA for c6a140f
1 file changed
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