commit | c6a140f330178ea8df83fae003ebbccc50b24a2c | [log] [tgz] |
---|---|---|
author | Andrew Kuchling <amk@amk.ca> | Tue Nov 12 10:26:15 2013 -0500 |
committer | Andrew Kuchling <amk@amk.ca> | Tue Nov 12 10:26:15 2013 -0500 |
tree | 73e361baf9768ac3aec03fa1024135d53c694d0b | |
parent | 7150787b7ebbc1bf42e5da2da25f0b323076cdc1 [diff] | |
parent | 98a0d063a12c94ac9db6b1076cddad40a2fbd82b [diff] |
Merge from 3.3
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 *". #