[Python-checkins] devguide: Trim some old areas of interest

nick.coghlan python-checkins at python.org
Fri Jan 29 09:35:36 EST 2016


https://hg.python.org/devguide/rev/f0fb722e56aa
changeset:   790:f0fb722e56aa
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Jan 30 00:35:16 2016 +1000
summary:
  Trim some old areas of interest

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -135,7 +135,7 @@
 importlib             brett.cannon
 inspect               yselivanov
 io                    pitrou, benjamin.peterson, stutzbach
-ipaddress             pmoody, ncoghlan
+ipaddress             pmoody
 itertools             rhettinger
 json                  bob.ippolito (inactive), ezio.melotti, rhettinger, pitrou
 keyword
@@ -226,7 +226,7 @@
 tabnanny              tim.peters (inactive)
 tarfile               lars.gustaebel
 telnetlib
-tempfile              georg.brandl, ncoghlan
+tempfile              georg.brandl
 termios               twouters
 test                  ezio.melotti
 textwrap              georg.brandl
@@ -341,7 +341,7 @@
                     georg.brandl
 str.format          eric.smith
 testing             michael.foord, pitrou, ezio.melotti
-test coverage       ncoghlan, giampaolo.rodola, christian.heimes
+test coverage       giampaolo.rodola, christian.heimes
 threads             pitrou
 time and dates      lemburg, belopolsky
 unicode             lemburg, ezio.melotti, haypo, benjamin.peterson, pitrou

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


More information about the Python-checkins mailing list