diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-02-16 19:02:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 19:02:06 (GMT) |
commit | 6f1efd19a70839d480e4b1fcd9fecd3a8725824b (patch) | |
tree | 419ab45ffb3ac16228f0baea0cfdce0f1d0754a7 /.github | |
parent | 580cd9ab2992b7df6f4815020b5841e14a5a6977 (diff) | |
download | cpython-6f1efd19a70839d480e4b1fcd9fecd3a8725824b.zip cpython-6f1efd19a70839d480e4b1fcd9fecd3a8725824b.tar.gz cpython-6f1efd19a70839d480e4b1fcd9fecd3a8725824b.tar.bz2 |
Become a CODEOWNER for typing (#31374)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f484664..a884713 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -136,7 +136,7 @@ Lib/ast.py @isidentical **/*idlelib* @terryjreedy -**/*typing* @gvanrossum @Fidget-Spinner +**/*typing* @gvanrossum @Fidget-Spinner @JelleZijlstra **/*asyncore @giampaolo **/*asynchat @giampaolo |