[Python-checkins] Add Guido and Ivan as owners for typing.py (#4729)

Ned Deily webhook-mailer at python.org
Tue Dec 5 16:56:44 EST 2017


https://github.com/python/cpython/commit/5e8cbcc4f25dcdc02651414f792dc4a546ba199b
commit: 5e8cbcc4f25dcdc02651414f792dc4a546ba199b
branch: master
author: Guido van Rossum <guido at python.org>
committer: Ned Deily <nad at python.org>
date: 2017-12-05T16:56:39-05:00
summary:

Add Guido and Ivan as owners for typing.py (#4729)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5506ca78101..3511dcf94a1 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



More information about the Python-checkins mailing list