From: Guido van Rossum Date: Tue, 5 Dec 2017 21:56:39 +0000 (-0800) Subject: Add Guido and Ivan as owners for typing.py (#4729) X-Git-Tag: v3.7.0a4~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e8cbcc4f25dcdc02651414f792dc4a546ba199b;p=thirdparty%2FPython%2Fcpython.git Add Guido and Ivan as owners for typing.py (#4729) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5506ca781013..3511dcf94a1a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -53,3 +53,5 @@ Python/bootstrap_hash.c @python/crypto-team **/*dataclasses* @ericvsmith **/*idlelib* @terryjreedy + +**/*typing* @gvanrossum @ilevkivskyi