[Python-checkins] devguide: Add typing module to experts to encourage people to claim it.

r.david.murray python-checkins at python.org
Wed Jul 15 03:28:17 CEST 2015


https://hg.python.org/devguide/rev/57b2525fa1ee
changeset:   750:57b2525fa1ee
user:        R David Murray <rdmurray at bitdance.com>
date:        Tue Jul 14 21:27:24 2015 -0400
summary:
  Add typing module to experts to encourage people to claim it.

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


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -242,6 +242,7 @@
 tty                   twouters*
 turtle                gregorlingl
 types                 yselivanov
+typing
 unicodedata           loewis, lemburg, ezio.melotti
 unittest              michael.foord*, ezio.melotti, rbcollins
 unittest.mock         michael.foord*

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


More information about the Python-checkins mailing list