diff options
author | Andrew Kuchling <amk@amk.ca> | 2013-11-12 15:26:15 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2013-11-12 15:26:15 (GMT) |
commit | c6a140f330178ea8df83fae003ebbccc50b24a2c (patch) | |
tree | 73e361baf9768ac3aec03fa1024135d53c694d0b /Lib/xml | |
parent | 7150787b7ebbc1bf42e5da2da25f0b323076cdc1 (diff) | |
parent | 98a0d063a12c94ac9db6b1076cddad40a2fbd82b (diff) | |
download | cpython-c6a140f330178ea8df83fae003ebbccc50b24a2c.zip cpython-c6a140f330178ea8df83fae003ebbccc50b24a2c.tar.gz cpython-c6a140f330178ea8df83fae003ebbccc50b24a2c.tar.bz2 |
Merge from 3.3
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/dom/minicompat.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Lib/xml/dom/minicompat.py b/Lib/xml/dom/minicompat.py index 62725c6..1244500 100644 --- a/Lib/xml/dom/minicompat.py +++ b/Lib/xml/dom/minicompat.py @@ -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 *". # |