summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-11-22 01:08:14 +0000
committerRaymond Hettinger <python@rcn.com>2010-11-22 01:08:14 +0000
commit892eac5a41af9a021bb9c2dd72b394aa95f30a45 (patch)
tree0f72dff394df69cf6a901cf0cc2d5c27f5c5a3f9
parentc79e033514a1f2cd3c094b3f8865eb28b25b6476 (diff)
downloadcpython-892eac5a41af9a021bb9c2dd72b394aa95f30a45.tar.gz
Update maintainers
-rw-r--r--Misc/maintainers.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst
index e913206a75..c4572221d7 100644
--- a/Misc/maintainers.rst
+++ b/Misc/maintainers.rst
@@ -63,7 +63,7 @@ binhex
bisect rhettinger
builtins
bz2
-calendar
+calendar rhettinger
cgi
cgitb
chunk
@@ -72,7 +72,8 @@ cmd
code
codecs lemburg, doerwalter
codeop
-collections rhettinger, stutzbach
+collections rhettinger
+collection._abcoll rhettinger, stutzbach
colorsys
compileall
concurrent.futures brian.quinlan
@@ -82,7 +83,7 @@ copy alexandre.vassalotti
copyreg alexandre.vassalotti
cProfile
crypt
-csv
+csv skip.montanaro
ctypes theller
curses
datetime alexander.belopolsky
@@ -105,7 +106,7 @@ formatter
fpectl
fractions mark.dickinson, rhettinger
ftplib giampaolo.rodola
-functools
+functools ncoghlan, rhettinger
gc pitrou
getopt
getpass
@@ -126,7 +127,7 @@ importlib brett.cannon
inspect
io pitrou, benjamin.peterson, stutzbach
itertools rhettinger
-json bob.ippolito (inactive)
+json bob.ippolito (inactive), rhettinger
keyword
lib2to3 benjamin.peterson
linecache