[Python-checkins] devguide: Issue triage updates for dis, contextlib, venv

nick.coghlan python-checkins at python.org
Wed Nov 6 12:58:28 CET 2013


http://hg.python.org/devguide/rev/dfcb8e226a73
changeset:   651:dfcb8e226a73
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Wed Nov 06 21:58:19 2013 +1000
summary:
  Issue triage updates for dis, contextlib, venv

- dis & contextlib issues can be assigned directly to me
- venv was missing, added vinay as the original author

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -82,7 +82,7 @@
 compileall
 concurrent.futures    bquinlan
 configparser          lukasz.langa*
-contextlib            ncoghlan
+contextlib            ncoghlan*
 copy                  alexandre.vassalotti
 copyreg               alexandre.vassalotti
 cProfile
@@ -95,7 +95,7 @@
 dbm
 decimal               facundobatista, rhettinger, mark.dickinson
 difflib               tim.peters (inactive)
-dis                   ncoghlan
+dis                   ncoghlan*
 distutils             tarek*, eric.araujo*
 doctest               tim.peters (inactive)
 dummy_threading       brett.cannon
@@ -241,6 +241,7 @@
 urllib                orsenthil
 uu
 uuid
+venv                  vinay.sajip
 warnings
 wave
 weakref               fdrake, pitrou

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


More information about the Python-checkins mailing list