[Python-checkins] devguide: Add self for idlelib

terry.reedy python-checkins at python.org
Wed Mar 6 11:37:33 CET 2013


http://hg.python.org/devguide/rev/4eec85c5226a
changeset:   607:4eec85c5226a
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Mar 06 05:37:12 2013 -0500
summary:
  Add self for idlelib

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
@@ -123,7 +123,7 @@
 hmac
 html                  ezio.melotti
 http
-idlelib               kbk
+idlelib               kbk, terry.reedy
 imaplib
 imghdr
 imp

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


More information about the Python-checkins mailing list