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

eric.araujo python-checkins at python.org
Sat Feb 26 14:05:20 CET 2011


Author: eric.araujo
Date: Sat Feb 26 14:05:20 2011
New Revision: 88642

Log:
Final update and deprecation of maintainers.rst.

This file has been removed from 3.2 and moved to the devguide.  I think
the safe choice for the stable branches is to keep it with a warning
and link.


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 Feb 26 14:05:20 2011
@@ -1,6 +1,11 @@
 Maintainers Index
 =================
 
+.. warning::
+
+   This document is out of date and replaced by another version in the
+   developpers' guide at http://docs.python.org/devguide/experts.
+
 This document has tables that list Python Modules, Tools, Platforms and
 Interest Areas and names for each item that indicate a maintainer or an
 expert in the field.  This list is intended to be used by issue submitters,
@@ -13,7 +18,7 @@
 
 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 '*'.
+issues involving the module or topic.
 
 The Platform and Interest Area tables list broader fields in which various
 people have expertise.  These people can also be contacted for help,
@@ -80,18 +85,18 @@
 colorsys
 compileall
 ConfigParser        lukasz.langa
-contextlib
+contextlib          ncoghlan
 copy                alexandre.vassalotti
 copy_reg            alexandre.vassalotti
 cProfile
-crypt
+crypt               jafo*
 csv                 skip.montanaro
 ctypes              theller
 curses
 datetime            belopolsky
 dbm
 decimal             facundobatista, rhettinger, mark.dickinson
-difflib             tim_one
+difflib             tim_one (inactive)
 dis
 distutils           tarek*, eric.araujo*
 doctest             tim_one (inactive)
@@ -150,7 +155,7 @@
 multiprocessing     jnoller
 netrc
 nis
-nntplib
+nntplib             pitrou
 numbers
 operator
 optparse            aronacher
@@ -210,8 +215,8 @@
 symtable            benjamin.peterson
 sys
 sysconfig           tarek
-syslog              jafo
-tabnanny            tim_one
+syslog              jafo*
+tabnanny            tim_one (inactive)
 tarfile             lars.gustaebel
 telnetlib
 tempfile            georg.brandl


More information about the Python-checkins mailing list