[Python-checkins] r83997 - python/branches/release27-maint/Misc/maintainers.rst

eric.araujo python-checkins at python.org
Sat Aug 14 05:31:41 CEST 2010


Author: eric.araujo
Date: Sat Aug 14 05:31:41 2010
New Revision: 83997

Log:
Synchronize maintainers.rst with 3.2


Modified:
   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	Sat Aug 14 05:31:41 2010
@@ -11,6 +11,10 @@
 a given module, then questionable changes should go to python-dev, while
 any other issues can and should be decided by any committer.
 
+Unless a name is followed by a '*', you should never assign an issue to
+that person, only make them nosy.  Names followed by a '*' may be assigned
+issues involving the module or topic for which the name has a '*'.
+
 The Platform and Interest Area tables list broader fields in which various
 people have expertise.  These people can also be contacted for help,
 opinions, and decisions when issues involve their areas.
@@ -90,7 +94,7 @@
 distutils           tarek
 doctest             tim_one (inactive)
 dummy_threading     brett.cannon
-email               barry, r.david.murray
+email               barry, r.david.murray*
 encodings           lemburg, loewis
 errno
 exceptions
@@ -217,7 +221,7 @@
 Tkinter             gpolo
 token               georg.brandl
 tokenize
-trace
+trace               alexander.belopolsky
 traceback           georg.brandl
 tty
 turtle              gregorlingl
@@ -231,7 +235,7 @@
 wave
 weakref             fdrake, pitrou
 webbrowser          georg.brandl
-winreg
+winreg              brian.curtin
 winsound            effbot (inactive)
 wsgiref             pje
 xdrlib


More information about the Python-checkins mailing list