Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98a0d06

Browse files
committed
Closes #12828: add docstring text noting this is an internal-only module
1 parent 587e970 commit 98a0d06

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lib/xml/dom/minicompat.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
"""Python version compatibility support for minidom."""
1+
"""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+
"""
26

37
# This module should only be imported using "import *".
48
#

0 commit comments

Comments
 (0)