mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Closes #12828: add docstring text noting this is an internal-only module
This commit is contained in:
parent
587e970be6
commit
98a0d063a1
1 changed files with 5 additions and 1 deletions
|
@ -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 *".
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue