[Python-checkins] devguide: Add asyncio "experts"

antoine.pitrou python-checkins at python.org
Fri Dec 20 22:39:42 CET 2013


http://hg.python.org/devguide/rev/d0d47f6852e6
changeset:   657:d0d47f6852e6
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Dec 20 22:39:37 2013 +0100
summary:
  Add asyncio "experts"

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
@@ -56,7 +56,7 @@
 array
 ast                   benjamin.peterson
 asynchat              josiahcarlson, giampaolo.rodola, stutzbach
-asyncio
+asyncio               gvanrossum, haypo, pitrou
 asyncore              josiahcarlson, giampaolo.rodola, stutzbach
 atexit
 audioop

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


More information about the Python-checkins mailing list