[Python-checkins] devguide: add new modules to expert index

christian.heimes python-checkins at python.org
Fri Oct 25 10:09:10 CEST 2013


http://hg.python.org/devguide/rev/55c069a6adc3
changeset:   649:55c069a6adc3
user:        Christian Heimes <christian at cheimes.de>
date:        Fri Oct 25 10:08:55 2013 +0200
summary:
  add new modules to expert index

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -56,6 +56,7 @@
 array
 ast                   benjamin.peterson
 asynchat              josiahcarlson, giampaolo.rodola, stutzbach
+asyncio
 asyncore              josiahcarlson, giampaolo.rodola, stutzbach
 atexit
 audioop
@@ -190,6 +191,7 @@
 runpy                 ncoghlan
 sched                 giampaolo.rodola
 select
+selectors
 shelve
 shlex
 shutil                tarek, hynek
@@ -204,6 +206,7 @@
 sqlite3               ghaering
 ssl                   janssen, pitrou, giampaolo.rodola, christian.heimes
 stat                  christian.heimes
+statistics
 string                georg.brandl*
 stringprep
 struct                mark.dickinson, meador.inge

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


More information about the Python-checkins mailing list