]> granicus.if.org Git - python/commitdiff
Per request, make 'nosy' vs 'assign' explicit in maintainers.rst.
authorR. David Murray <rdmurray@bitdance.com>
Fri, 13 Aug 2010 18:16:35 +0000 (18:16 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 13 Aug 2010 18:16:35 +0000 (18:16 +0000)
Also add myself as assignable for email issues.

Misc/maintainers.rst

index d699dfa5f9ec2e2b788e820b207328ea798b68a9..1248e6095da9fa0d9102066c2348cd6259833311 100644 (file)
@@ -11,6 +11,10 @@ final judgement on a feature or bug.  If no active maintainer is listed for
 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.
@@ -88,7 +92,7 @@ dis
 distutils           tarek
 doctest             tim_one (inactive)
 dummy_threading     brett.cannon
-email               barry, r.david.murray
+email               barry, r.david.murray*
 encodings           lemburg
 errno
 exceptions