[Python-checkins] devguide: #20915: add pip experts to the expert list.

ezio.melotti python-checkins at python.org
Fri Jun 20 01:23:51 CEST 2014


http://hg.python.org/devguide/rev/ae349e31b56e
changeset:   701:ae349e31b56e
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Jun 20 02:23:31 2014 +0300
summary:
  #20915: add pip experts to the expert list.

files:
  experts.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -101,6 +101,7 @@
 dummy_threading       brett.cannon
 email                 barry, r.david.murray*
 encodings             lemburg, loewis
+ensurepip             ncoghlan, dstufft
 enum                  eli.bendersky*, barry, ethan.furman*
 errno
 exceptions
@@ -324,6 +325,7 @@
 networking          giampaolo.rodola, pitrou
 object model        benjamin.peterson
 packaging           tarek, lemburg, alexis, eric.araujo, dstufft
+pip                 ncoghlan, dstufft, pmoore, Marcus.Smith
 py3 transition      benjamin.peterson
 release management  tarek, lemburg, benjamin.peterson, barry, loewis,
                     gvanrossum, anthonybaxter, eric.araujo, ned.deily,

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


More information about the Python-checkins mailing list