summaryrefslogtreecommitdiff
path: root/Lib/xml
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-01-22 22:49:46 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-01-22 22:49:46 +0200
commit5dd6281a1e3a7a634bc0b7477e2c6375cbfe6360 (patch)
treee967eed7c781b50b0cf2b9889e5852d98e00cc38 /Lib/xml
parentc279aba22cf280687749bc25adbc142569d9091b (diff)
parentf4fe1fdaae0463f9d1f8cf8d08f8227dc1d7537b (diff)
downloadcpython-5dd6281a1e3a7a634bc0b7477e2c6375cbfe6360.tar.gz
#11379: merge with 3.2.
Diffstat (limited to 'Lib/xml')
-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")