[Python-checkins] devguide: Now I like json.

ezio.melotti python-checkins at python.org
Sat May 14 06:56:00 CEST 2011


http://hg.python.org/devguide/rev/c9d5db7bef23
changeset:   418:c9d5db7bef23
user:        Ezio Melotti
date:        Sat May 14 07:55:56 2011 +0300
summary:
  Now I like json.

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
@@ -45,7 +45,7 @@
 Module                Maintainers
 ====================  =============================================
 __future__
-__main__              gvanrossum,ncoghlan
+__main__              gvanrossum, ncoghlan
 _dummy_thread         brett.cannon
 _thread               pitrou
 abc
@@ -128,7 +128,7 @@
 inspect
 io                    pitrou, benjamin.peterson, stutzbach
 itertools             rhettinger
-json                  bob.ippolito (inactive), rhettinger
+json                  bob.ippolito (inactive), ezio.melotti, rhettinger
 keyword
 lib2to3               benjamin.peterson
 linecache

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


More information about the Python-checkins mailing list