[Python-checkins] devguide: More interest areas.

georg.brandl python-checkins at python.org
Mon May 21 20:31:45 CEST 2012


http://hg.python.org/devguide/rev/2802b03060b2
changeset:   517:2802b03060b2
user:        Georg Brandl <georg at python.org>
date:        Mon May 21 20:31:44 2012 +0200
summary:
  More interest areas.

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -299,7 +299,7 @@
 bsd
 bug tracker         ezio.melotti
 buildbots
-bytecode            pitrou
+bytecode            pitrou, georg.brandl
 context managers    ncoghlan
 data formats        mark.dickinson, georg.brandl
 database            lemburg
@@ -316,12 +316,13 @@
 packaging           tarek, lemburg, alexis, eric.araujo
 py3 transition      benjamin.peterson
 release management  tarek, lemburg, benjamin.peterson, barry, loewis,
-                    gvanrossum, anthonybaxter, eric.araujo, ned.deily
+                    gvanrossum, anthonybaxter, eric.araujo, ned.deily,
+                    georg.brandl
 str.format          eric.smith
 testing             michael.foord, pitrou, ezio.melotti
 test coverage       ncoghlan, giampaolo.rodola
 threads             pitrou
 time and dates      lemburg, belopolsky
 unicode             lemburg, ezio.melotti, haypo, benjamin.peterson
-version control     eric.araujo
+version control     eric.araujo, georg.brandl
 ==================  ===========

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


More information about the Python-checkins mailing list