[Python-checkins] devguide: add me and GPS to some modules

christian.heimes python-checkins at python.org
Mon Jun 17 19:54:50 CEST 2013


http://hg.python.org/devguide/rev/c92f70308362
changeset:   622:c92f70308362
user:        Christian Heimes <christian at cheimes.de>
date:        Mon Jun 17 19:54:42 2013 +0200
summary:
  add me and GPS to some modules

files:
  experts.rst |  13 +++++++------
  1 files changed, 7 insertions(+), 6 deletions(-)


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -118,9 +118,9 @@
 glob
 grp
 gzip
-hashlib
+hashlib               christian.heimes, gregory.p.smith
 heapq                 rhettinger, stutzbach
-hmac
+hmac                  christian.heimes, gregory.p.smith
 html                  ezio.melotti
 http
 idlelib               kbk, terry.reedy, roger.serwy
@@ -201,8 +201,8 @@
 socketserver
 spwd
 sqlite3               ghaering
-ssl                   janssen, pitrou, giampaolo.rodola
-stat
+ssl                   janssen, pitrou, giampaolo.rodola, christian.heimes
+stat                  christian.heimes
 string                georg.brandl*
 stringprep
 struct                mark.dickinson, meador.inge
@@ -249,8 +249,8 @@
 xml.dom.minidom
 xml.dom.pulldom
 xml.etree             effbot (inactive), eli.bendersky
-xml.parsers.expat
-xml.sax
+xml.parsers.expat     christian.heimes
+xml.sax               christian.heimes
 xml.sax.handler
 xml.sax.saxutils
 xml.sax.xmlreader
@@ -303,6 +303,7 @@
 bytecode            pitrou, georg.brandl
 context managers    ncoghlan
 coverity scan       christian.heimes, brett.cannon
+cryptography        christian.heimes, gregory.p.smith
 data formats        mark.dickinson, georg.brandl
 database            lemburg
 devguide            ncoghlan, eric.araujo, ezio.melotti

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


More information about the Python-checkins mailing list