[Python-checkins] devguide: I like bytecode

benjamin.peterson python-checkins at python.org
Sun Feb 16 18:57:40 CET 2014


http://hg.python.org/devguide/rev/a2ff846a3926
changeset:   668:a2ff846a3926
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Feb 16 12:57:34 2014 -0500
summary:
  I like bytecode

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -307,7 +307,7 @@
 benchmarks          pitrou, brett.cannon
 bug tracker         ezio.melotti
 buildbots           pitrou
-bytecode            pitrou, georg.brandl
+bytecode            benjamin.peterson, pitrou, georg.brandl
 context managers    ncoghlan
 coverity scan       christian.heimes, brett.cannon
 cryptography        christian.heimes, gregory.p.smith

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


More information about the Python-checkins mailing list