Merged revisions 75067 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r75067 | r.david.murray | 2009-09-25 22:42:26 -0400 (Fri, 25 Sep 2009) | 4 lines

  Andrew just committed a patch for curses, so since he's been the
  maintainer he's on the hook for it in maintainers unless he says
  otherwise.
........
diff --git a/Misc/maintainers.rst b/Misc/maintainers.rst
index 22f8c47..2003a55 100644
--- a/Misc/maintainers.rst
+++ b/Misc/maintainers.rst
@@ -80,7 +80,7 @@
 crypt
 csv
 ctypes              theller
-curses
+curses              andrew.kuchling
 datetime
 dbm
 decimal             facundobatista, rhettinger, mark.dickinson