From 43a655d5afb290a943b2fd6434090a7f4c86d53a Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 5 Dec 2017 10:42:19 -0800 Subject: [PATCH 1/2] Add Guido and Ivan as owners for typing.py --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8e0647fdc1fba1..056ff345d8d691 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -51,3 +51,5 @@ Python/bootstrap_hash.c @python/crypto-team **/*decimal* @rhettinger @skrah **/*idlelib* @terryjreedy + +**/*typing* @gvanrossum @ilevkivslyi From c4b30ea39c106fbab1b6ea17a9e1b04d395da12e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 5 Dec 2017 13:02:21 -0800 Subject: [PATCH 2/2] Fix typo --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 056ff345d8d691..7b7c0a9d99a012 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -52,4 +52,4 @@ Python/bootstrap_hash.c @python/crypto-team **/*idlelib* @terryjreedy -**/*typing* @gvanrossum @ilevkivslyi +**/*typing* @gvanrossum @ilevkivskyi