diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-08-06 21:18:49 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-08-06 21:18:49 (GMT) |
commit | d0511b0efbae0896ffebc8848b456daf280a3f85 (patch) | |
tree | 8aa599bbcbce2b5ad2f6fbcc343a0a675e658131 | |
parent | ef9efbd69cfe39f8c6034910f551451e5d1e182a (diff) | |
download | cpython-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.rst | 9 |
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 |