[Python-checkins] r84624 - python/branches/release31-maint/Misc/maintainers.rst

eric.araujo python-checkins at python.org
Wed Sep 8 14:39:01 CEST 2010


Author: eric.araujo
Date: Wed Sep  8 14:39:00 2010
New Revision: 84624

Log:
Synchronize maintainers.rst


Modified:
   python/branches/release31-maint/Misc/maintainers.rst

Modified: python/branches/release31-maint/Misc/maintainers.rst
==============================================================================
--- python/branches/release31-maint/Misc/maintainers.rst	(original)
+++ python/branches/release31-maint/Misc/maintainers.rst	Wed Sep  8 14:39:00 2010
@@ -52,8 +52,8 @@
 argparse            bethard
 array
 ast
-asynchat            josiahcarlson, giampaolo.rodola
-asyncore            josiahcarlson, giampaolo.rodola
+asynchat            josiahcarlson, giampaolo.rodola, stutzbach
+asyncore            josiahcarlson, giampaolo.rodola, stutzbach
 atexit
 audioop
 base64
@@ -72,7 +72,7 @@
 code
 codecs              lemburg, doerwalter
 codeop
-collections         rhettinger
+collections         rhettinger, stutzbach
 colorsys
 compileall
 configparser
@@ -83,7 +83,7 @@
 crypt
 csv
 ctypes              theller
-curses              andrew.kuchling
+curses              akuchling
 datetime            alexander.belopolsky
 dbm
 decimal             facundobatista, rhettinger, mark.dickinson
@@ -113,7 +113,7 @@
 grp
 gzip
 hashlib
-heapq               rhettinger
+heapq               rhettinger, stutzbach
 hmac
 html
 http
@@ -123,19 +123,19 @@
 imp
 importlib           brett.cannon
 inspect
-io                  pitrou, benjamin.peterson
+io                  pitrou, benjamin.peterson, stutzbach
 itertools           rhettinger
 json                bob.ippolito (inactive)
 keyword
 lib2to3             benjamin.peterson
 linecache
 locale              loewis, lemburg
-logging             vsajip
+logging             vinay.sajip
 macpath
-mailbox             andrew.kuchling
+mailbox             akuchling
 mailcap
 marshal
-math                mark.dickinson, rhettinger
+math                mark.dickinson, rhettinger, stutzbach
 mimetypes
 mmap
 modulefinder        theller, jvr
@@ -231,7 +231,7 @@
 wave
 weakref             fdrake, pitrou
 webbrowser          georg.brandl
-winreg              brian.curtin*
+winreg              brian.curtin*, stutzbach
 winsound            effbot (inactive)
 wsgiref             pje
 xdrlib
@@ -262,7 +262,7 @@
 Platform            Maintainers
 ------------------  -----------
 AIX
-Cygwin              jlt63
+Cygwin              jlt63, stutzbach
 FreeBSD
 HP-UX
 Linux
@@ -290,9 +290,9 @@
 GUI
 i18n                lemburg
 import machinery    brett.cannon, ncoghlan
-io                  pitrou, benjamin.peterson
+io                  pitrou, benjamin.peterson, stutzbach
 locale              lemburg, loewis
-mathematics         mark.dickinson, eric.smith, lemburg
+mathematics         mark.dickinson, eric.smith, lemburg, stutzbach
 memory management   tim_one, lemburg
 networking          giampaolo.rodola
 packaging           tarek, lemburg


More information about the Python-checkins mailing list