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.
1 parent 587e970 commit 98a0d06Copy full SHA for 98a0d06
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