[Python-checkins] devguide: Add more experts.

ezio.melotti python-checkins at python.org
Fri Jun 20 02:28:04 CEST 2014


http://hg.python.org/devguide/rev/5f83306c6836
changeset:   702:5f83306c6836
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Jun 20 03:27:48 2014 +0300
summary:
  Add more experts.

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -105,6 +105,7 @@
 enum                  eli.bendersky*, barry, ethan.furman*
 errno
 exceptions
+faulthandler          haypo
 fcntl
 filecmp
 fileinput
@@ -207,7 +208,7 @@
 sqlite3               ghaering
 ssl                   janssen, pitrou, giampaolo.rodola, christian.heimes, dstufft
 stat                  christian.heimes
-statistics
+statistics            steven.daprano
 string                georg.brandl*
 stringprep
 struct                mark.dickinson, meador.inge
@@ -233,6 +234,7 @@
 tokenize              meador.inge
 trace                 belopolsky
 traceback             georg.brandl*
+tracemalloc           haypo
 tty
 turtle                gregorlingl
 types

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


More information about the Python-checkins mailing list