summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-11-12 20:54:47 +0000
committerAndrew M. Kuchling <amk@amk.ca>2010-11-12 20:54:47 +0000
commit7610ef93adfba45a2520fd4b80c0098c6cb7efe2 (patch)
tree373a2eb17555a81f4601c1b32e1d0983d9d67511
parentf3b001f966d8e16662241e2ed7c7f345cd7051db (diff)
downloadcpython-git-7610ef93adfba45a2520fd4b80c0098c6cb7efe2.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 8853f26e97..e913206a75 100644
--- a/Misc/maintainers.rst
+++ b/Misc/maintainers.rst
@@ -84,7 +84,7 @@ cProfile
crypt
csv
ctypes theller
-curses akuchling
+curses
datetime alexander.belopolsky
dbm
decimal facundobatista, rhettinger, mark.dickinson
@@ -133,7 +133,7 @@ linecache
locale loewis, lemburg
logging vinay.sajip
macpath
-mailbox akuchling
+mailbox
mailcap
marshal
math mark.dickinson, rhettinger, stutzbach