[Python-checkins] devguide: Add myself to ast/compiler & bytecode interest areas.

yury.selivanov python-checkins at python.org
Thu Dec 17 16:28:08 EST 2015


https://hg.python.org/devguide/rev/8af10476fb08
changeset:   776:8af10476fb08
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Dec 17 16:28:03 2015 -0500
summary:
  Add myself to ast/compiler & bytecode interest areas.

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
@@ -310,13 +310,13 @@
 ==================  ===========
 algorithms
 argument clinic     larry
-ast/compiler        ncoghlan, benjamin.peterson, brett.cannon, georg.brandl
+ast/compiler        ncoghlan, benjamin.peterson, brett.cannon, georg.brandl, yselivanov
 autoconf/makefiles  twouters*
 bsd
 benchmarks          pitrou, brett.cannon
 bug tracker         ezio.melotti
 buildbots           pitrou, zach.ware
-bytecode            benjamin.peterson, pitrou, georg.brandl
+bytecode            benjamin.peterson, pitrou, georg.brandl, yselivanov
 context managers    ncoghlan
 coverity scan       christian.heimes, brett.cannon, twouters
 cryptography        christian.heimes, gregory.p.smith, dstufft

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


More information about the Python-checkins mailing list