Merge from 3.3

This commit is contained in:
Andrew Kuchling 2013-11-12 10:26:15 -05:00
commit c6a140f330

View File

@ -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 *".
#