diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-22 20:49:46 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-22 20:49:46 (GMT) |
commit | 564e4d8dc9b918b5efaada336ab3bf595176d175 (patch) | |
tree | 10aa4040d2d44c6f8e0a3b9a0e0e3ef73c3cd636 /Lib/xml/dom | |
parent | a3bdce8c914c38f985fc70589488d0d01019250b (diff) | |
parent | da4b5b82a3b2ec27f9112cc0338a3b20f502b892 (diff) | |
download | cpython-564e4d8dc9b918b5efaada336ab3bf595176d175.zip cpython-564e4d8dc9b918b5efaada336ab3bf595176d175.tar.gz cpython-564e4d8dc9b918b5efaada336ab3bf595176d175.tar.bz2 |
#11379: merge with 3.2.
Diffstat (limited to 'Lib/xml/dom')
-rw-r--r-- | Lib/xml/dom/minidom.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py index 28e5030..55c4ce1 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") |