]> granicus.if.org Git - python/commitdiff
Add Guido and Ivan as owners for typing.py (#4729)
authorGuido van Rossum <guido@python.org>
Tue, 5 Dec 2017 21:56:39 +0000 (13:56 -0800)
committerNed Deily <nad@python.org>
Tue, 5 Dec 2017 21:56:39 +0000 (16:56 -0500)
.github/CODEOWNERS

index 5506ca781013c1683c0841f8f141ad67754821ce..3511dcf94a1a7e7abf51ce24915f145f384e0329 100644 (file)
@@ -53,3 +53,5 @@ Python/bootstrap_hash.c       @python/crypto-team
 **/*dataclasses*              @ericvsmith
 
 **/*idlelib*                  @terryjreedy
+
+**/*typing*                   @gvanrossum @ilevkivskyi