diff options
author | Guido van Rossum <guido@python.org> | 2017-12-05 21:56:39 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-05 21:56:39 (GMT) |
commit | 5e8cbcc4f25dcdc02651414f792dc4a546ba199b (patch) | |
tree | c7193431b96ce9736ed1f2ccec2e096b6ec029a8 /.github/CODEOWNERS | |
parent | 2582f6f24e895d60c35857095706b2a1942c1bed (diff) | |
download | cpython-5e8cbcc4f25dcdc02651414f792dc4a546ba199b.zip cpython-5e8cbcc4f25dcdc02651414f792dc4a546ba199b.tar.gz cpython-5e8cbcc4f25dcdc02651414f792dc4a546ba199b.tar.bz2 |
Add Guido and Ivan as owners for typing.py (#4729)
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5506ca7..3511dcf 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 |