summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-08-22 19:41:04 (GMT)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-08-22 19:41:04 (GMT)
commit51a059bc8308fd691884bb080476c4fb198da224 (patch)
treef3421576a8eab41f3578a4111116f122537d9cc7
parent56773cf0d266a5bf33fd5b3ffa3741a2e117c1a9 (diff)
downloadcpython-51a059bc8308fd691884bb080476c4fb198da224.zip
cpython-51a059bc8308fd691884bb080476c4fb198da224.tar.gz
cpython-51a059bc8308fd691884bb080476c4fb198da224.tar.bz2
Added myself to Misc/maintainers.rst for topics on which I'd like to be added to the nosy list
-rw-r--r--Misc/maintainers.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst
index 2acce8c..8479cdb 100644
--- a/Misc/maintainers.rst
+++ b/Misc/maintainers.rst
@@ -52,8 +52,8 @@ aifc r.david.murray
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 @@ cmd
code
codecs lemburg, doerwalter
codeop
-collections rhettinger
+collections rhettinger, stutzbach
colorsys
compileall
configparser
@@ -113,7 +113,7 @@ glob
grp
gzip
hashlib
-heapq rhettinger
+heapq rhettinger, stutzbach
hmac
html
http
@@ -123,7 +123,7 @@ imghdr
imp
importlib brett.cannon
inspect
-io pitrou, benjamin.peterson
+io pitrou, benjamin.peterson, stutzbach
itertools rhettinger
json bob.ippolito (inactive)
keyword
@@ -135,7 +135,7 @@ macpath
mailbox andrew.kuchling
mailcap
marshal
-math mark.dickinson, rhettinger
+math mark.dickinson, rhettinger, stutzbach
mimetypes
mmap
modulefinder theller, jvr
@@ -231,7 +231,7 @@ warnings brett.cannon
wave
weakref fdrake, pitrou
webbrowser georg.brandl
-winreg brian.curtin*
+winreg brian.curtin*, stutzbach
winsound effbot (inactive)
wsgiref pje
xdrlib
@@ -262,7 +262,7 @@ pybench lemburg
Platform Maintainers
------------------ -----------
AIX
-Cygwin jlt63
+Cygwin jlt63, stutzbach
FreeBSD
HP-UX
Linux
@@ -290,9 +290,9 @@ documentation georg.brandl, ezio.melotti
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