summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-11-12 20:55:00 +0000
committerAndrew M. Kuchling <amk@amk.ca>2010-11-12 20:55:00 +0000
commit5b1c5377adfab354ce009c25f8462b6bbcb356b4 (patch)
treec1d834fc530ad66ee039673dd85b18fc30f9bd82
parent4ca58a9fd2c8a41b07a73c4652bac177f0e9b46e (diff)
downloadcpython-git-5b1c5377adfab354ce009c25f8462b6bbcb356b4.tar.gz
Remove myself as a maintainer for curses and mailbox modules.
-rw-r--r--Misc/maintainers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst
index 660a611157..749542db99 100644
--- a/Misc/maintainers.rst
+++ b/Misc/maintainers.rst
@@ -86,7 +86,7 @@ cProfile
crypt
csv
ctypes theller
-curses akuchling
+curses
datetime alexander.belopolsky
dbm
decimal facundobatista, rhettinger, mark.dickinson
@@ -137,7 +137,7 @@ linecache
locale loewis, lemburg
logging vinay.sajip
macpath
-mailbox akuchling
+mailbox
mailcap
marshal
math mark.dickinson, rhettinger, stutzbach