[Python-checkins] devguide: experts: Add myself to dis & contextlib

yury.selivanov python-checkins at python.org
Sat Jun 27 12:40:50 CEST 2015


https://hg.python.org/devguide/rev/65872820a5e3
changeset:   748:65872820a5e3
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sat Jun 27 06:40:47 2015 -0400
summary:
  experts: Add myself to dis & contextlib

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -83,7 +83,7 @@
 compileall
 concurrent.futures    bquinlan
 configparser          lukasz.langa*
-contextlib            ncoghlan*
+contextlib            ncoghlan*, yselivanov
 copy                  alexandre.vassalotti
 copyreg               alexandre.vassalotti
 cProfile
@@ -96,7 +96,7 @@
 dbm
 decimal               facundobatista, rhettinger, mark.dickinson, skrah
 difflib               tim.peters (inactive)
-dis                   ncoghlan*
+dis                   ncoghlan*, yselivanov
 distutils             eric.araujo, dstufft
 doctest               tim.peters (inactive)
 dummy_threading       brett.cannon

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


More information about the Python-checkins mailing list