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.
........
This commit is contained in:
R. David Murray 2009-10-03 18:46:49 +00:00
parent 8842b53743
commit 3eaed9c49f

View file

@ -80,7 +80,7 @@ cProfile
crypt
csv
ctypes theller
curses
curses andrew.kuchling
datetime
dbm
decimal facundobatista, rhettinger, mark.dickinson