[Python-checkins] r75542 - python/branches/py3k/Misc/maintainers.rst

raymond.hettinger python-checkins at python.org
Mon Oct 19 21:52:20 CEST 2009


Author: raymond.hettinger
Date: Mon Oct 19 21:52:20 2009
New Revision: 75542

Log:
Add maintainers.

Modified:
   python/branches/py3k/Misc/maintainers.rst

Modified: python/branches/py3k/Misc/maintainers.rst
==============================================================================
--- python/branches/py3k/Misc/maintainers.rst	(original)
+++ python/branches/py3k/Misc/maintainers.rst	Mon Oct 19 21:52:20 2009
@@ -84,7 +84,7 @@
 datetime
 dbm
 decimal             facundobatista, rhettinger, mark.dickinson
-difflib
+difflib             tim_one
 dis
 distutils           tarek
 doctest             tim_one (inactive)
@@ -99,7 +99,7 @@
 fnmatch
 formatter
 fpectl
-fractions           mark.dickinson
+fractions           mark.dickinson rhettinger
 ftplib
 functools
 gc                  pitrou
@@ -132,7 +132,7 @@
 mailbox             andrew.kuchling
 mailcap
 marshal
-math                mark.dickinson
+math                mark.dickinson rhettinger
 mimetypes
 mmap
 modulefinder        theller, jvr
@@ -165,7 +165,7 @@
 pybench             lemburg, pitrou
 pyclbr
 pydoc
-queue
+queue               rhettinger
 quopri
 random              rhettinger
 re                  effbot (inactive), pitrou


More information about the Python-checkins mailing list