[Python-checkins] devguide: Mark theller inactive, update own modules and interest areas

nick.coghlan python-checkins at python.org
Wed May 4 18:56:48 CEST 2011


http://hg.python.org/devguide/rev/779644152e5b
changeset:   416:779644152e5b
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu May 05 02:56:39 2011 +1000
summary:
  Mark theller inactive, update own modules and interest areas

files:
  experts.rst |  10 ++++++----
  1 files changed, 6 insertions(+), 4 deletions(-)


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -45,7 +45,7 @@
 Module                Maintainers
 ====================  =============================================
 __future__
-__main__              gvanrossum
+__main__              gvanrossum,ncoghlan
 _dummy_thread         brett.cannon
 _thread               pitrou
 abc
@@ -85,7 +85,7 @@
 cProfile
 crypt                 jafo*
 csv                   skip.montanaro
-ctypes                theller, belopolsky, amaury.forgeotdarc
+ctypes                theller (inactive), belopolsky, amaury.forgeotdarc
 curses
 datetime              belopolsky
 dbm
@@ -141,7 +141,7 @@
 math                  mark.dickinson, rhettinger, stutzbach
 mimetypes
 mmap
-modulefinder          theller, jvr
+modulefinder          theller (inactive), jvr
 msilib                loewis
 msvcrt
 multiprocessing       jnoller
@@ -210,7 +210,7 @@
 tabnanny              tim_one (inactive)
 tarfile               lars.gustaebel
 telnetlib
-tempfile              georg.brandl
+tempfile              georg.brandl, ncoghlan
 termios
 test
 textwrap              georg.brandl
@@ -293,6 +293,7 @@
 bug tracker         ezio.melotti
 buildbots
 bytecode            pitrou
+context managers    ncoghlan
 data formats        mark.dickinson, georg.brandl
 database            lemburg
 documentation       georg.brandl, ezio.melotti
@@ -310,6 +311,7 @@
                     gvanrossum, anthonybaxter
 str.format          eric.smith
 testing             michael.foord, pitrou, giampaolo.rodola, ezio.melotti
+test coverage       ncoghlan
 threads             pitrou
 time and dates      lemburg, belopolsky
 unicode             lemburg, ezio.melotti, haypo

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list