[Python-checkins] r84266 - in python/branches/release27-maint: Misc/maintainers.rst

daniel.stutzbach python-checkins at python.org
Sun Aug 22 22:37:15 CEST 2010


Author: daniel.stutzbach
Date: Sun Aug 22 22:37:15 2010
New Revision: 84266

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

........
  r84263 | daniel.stutzbach | 2010-08-22 14:41:04 -0500 (Sun, 22 Aug 2010) | 1 line
  
  Added myself to Misc/maintainers.rst for topics on which I'd like to be added to the nosy list
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Misc/maintainers.rst

Modified: python/branches/release27-maint/Misc/maintainers.rst
==============================================================================
--- python/branches/release27-maint/Misc/maintainers.rst	(original)
+++ python/branches/release27-maint/Misc/maintainers.rst	Sun Aug 22 22:37:15 2010
@@ -54,8 +54,8 @@
 argparse            bethard
 array
 ast
-asynchat            josiahcarlson, giampaolo.rodola
-asyncore            josiahcarlson, giampaolo.rodola
+asynchat            josiahcarlson, giampaolo.rodola, stutzbach
+asyncore            josiahcarlson, giampaolo.rodola, stutzbach
 atexit
 audioop
 base64
@@ -75,7 +75,7 @@
 code
 codecs              lemburg, doerwalter
 codeop
-collections         rhettinger
+collections         rhettinger, stutzbach
 colorsys
 compileall
 ConfigParser
@@ -116,7 +116,7 @@
 grp
 gzip
 hashlib
-heapq               rhettinger
+heapq               rhettinger, stutzbach
 hmac
 htmlentitydefs
 htmllib
@@ -128,7 +128,7 @@
 imp
 importlib           brett.cannon
 inspect
-io                  pitrou, benjamin.peterson
+io                  pitrou, benjamin.peterson, stutzbach
 itertools           rhettinger
 json                bob.ippolito (inactive)
 keyword
@@ -140,7 +140,7 @@
 mailbox             andrew.kuchling
 mailcap
 marshal
-math                mark.dickinson, rhettinger
+math                mark.dickinson, rhettinger, stutzbach
 mimetypes
 mmap
 modulefinder        theller, jvr
@@ -237,6 +237,7 @@
 wave
 weakref             fdrake, pitrou
 webbrowser          georg.brandl
+winreg              brian.curtin*, stutzbach
 winsound            effbot (inactive)
 wsgiref             pje
 xdrlib
@@ -267,7 +268,7 @@
 Platform            Maintainers
 ------------------  -----------
 AIX
-Cygwin              jlt63
+Cygwin              jlt63, stutzbach
 FreeBSD
 HP-UX
 Linux
@@ -295,9 +296,9 @@
 GUI
 i18n                lemburg
 import machinery    brett.cannon, ncoghlan
-io                  pitrou, benjamin.peterson
+io                  pitrou, benjamin.peterson, stutzbach
 locale              lemburg, loewis
-mathematics         mark.dickinson, eric.smith, lemburg
+mathematics         mark.dickinson, eric.smith, lemburg, stutzbach
 memory management   tim_one, lemburg
 networking          giampaolo.rodola
 packaging           tarek, lemburg


More information about the Python-checkins mailing list