summaryrefslogtreecommitdiff
path: root/Lib/xml/dom/minidom.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-22 22:50:06 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-22 22:50:06 +0200
commit605a95ae4403223fd6f62bcd313ce2ca72a9dbdb (patch)
treeeec15386adf0473c8c9b658d60345c5dd9280d4a /Lib/xml/dom/minidom.py
parent88069d217abc03ae2563f240b8f1e1fadd9f1acc (diff)
parent564e4d8dc9b918b5efaada336ab3bf595176d175 (diff)
downloadcpython-git-605a95ae4403223fd6f62bcd313ce2ca72a9dbdb.tar.gz
#11379: merge with 3.3.
Diffstat (limited to 'Lib/xml/dom/minidom.py')
-rw-r--r--Lib/xml/dom/minidom.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py
index 28e5030b86..55c4ce11c2 100644
--- a/Lib/xml/dom/minidom.py
+++ b/Lib/xml/dom/minidom.py
@@ -1,5 +1,6 @@
-"""\
-minidom.py -- a lightweight DOM implementation.
+"""Simple implementation of the Level 1 DOM.
+
+Namespaces and other minor Level 2 features are also supported.
parse("foo.xml")