summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-08-06 21:18:49 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-08-06 21:18:49 (GMT)
commitd0511b0efbae0896ffebc8848b456daf280a3f85 (patch)
tree8aa599bbcbce2b5ad2f6fbcc343a0a675e658131
parentef9efbd69cfe39f8c6034910f551451e5d1e182a (diff)
downloadcpython-d0511b0efbae0896ffebc8848b456daf280a3f85.zip
cpython-d0511b0efbae0896ffebc8848b456daf280a3f85.tar.gz
cpython-d0511b0efbae0896ffebc8848b456daf280a3f85.tar.bz2
Add xml subpackages, since they are likely to have different maintainers.
And if not they can be merged back together when that becomes apparent.
-rw-r--r--Misc/maintainers.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst
index b000c92..d699dfa 100644
--- a/Misc/maintainers.rst
+++ b/Misc/maintainers.rst
@@ -230,8 +230,15 @@ winreg brian.curtin
winsound effbot (inactive)
wsgiref pje
xdrlib
-xml
+xml.dom
+xml.dom.minidom
+xml.dom.pulldom
xml.etree effbot (inactive)
+xml.parsers.expat
+xml.sax
+xml.sax.handler
+xml.sax.saxutils
+xml.sax.xmlreader
xmlrpc
zipfile
zipimport