[Python-checkins] devguide: Add myself to some areas.

stefan.krah python-checkins at python.org
Sun Mar 8 14:26:11 CET 2015


https://hg.python.org/devguide/rev/dc5663b88896
changeset:   731:dc5663b88896
user:        Stefan Krah <skrah at bytereef.org>
date:        Sun Mar 08 14:25:47 2015 +0100
summary:
  Add myself to some areas.

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -50,6 +50,7 @@
 __main__              gvanrossum, ncoghlan
 _dummy_thread         brett.cannon
 _thread               pitrou
+_testbuffer           skrah
 abc
 aifc                  r.david.murray
 argparse              bethard
@@ -93,7 +94,7 @@
 curses
 datetime              belopolsky
 dbm
-decimal               facundobatista, rhettinger, mark.dickinson
+decimal               facundobatista, rhettinger, mark.dickinson, skrah
 difflib               tim.peters (inactive)
 dis                   ncoghlan*
 distutils             eric.araujo, dstufft
@@ -139,6 +140,7 @@
 json                  bob.ippolito (inactive), ezio.melotti, rhettinger, pitrou
 keyword
 lib2to3               benjamin.peterson
+libmpdec              skrah
 linecache
 locale                loewis, lemburg
 logging               vinay.sajip
@@ -148,6 +150,7 @@
 mailcap
 marshal
 math                  mark.dickinson, rhettinger, stutzbach
+memoryview            skrah
 mimetypes
 mmap
 modulefinder          theller (inactive), jvr

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


More information about the Python-checkins mailing list