summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2017-12-05 13:56:39 -0800
committerNed Deily <nad@python.org>2017-12-05 16:56:39 -0500
commit5e8cbcc4f25dcdc02651414f792dc4a546ba199b (patch)
treec7193431b96ce9736ed1f2ccec2e096b6ec029a8 /.github
parent2582f6f24e895d60c35857095706b2a1942c1bed (diff)
downloadcpython-git-5e8cbcc4f25dcdc02651414f792dc4a546ba199b.tar.gz
Add Guido and Ivan as owners for typing.py (#4729)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5506ca7810..3511dcf94a 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