diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-02-16 20:09:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 20:09:06 -0800 |
| commit | a481be0c5f5089ed5e81b9855f71eae12039cad2 (patch) | |
| tree | 3fbde5e57294b33492b44df4a31f3186f273c6bd | |
| parent | a17d59a6df146077b5420b36c35a1b82ab3f071a (diff) | |
| download | cpython-git-a481be0c5f5089ed5e81b9855f71eae12039cad2.tar.gz | |
[3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382)
(cherry picked from commit 6f1efd19a70839d480e4b1fcd9fecd3a8725824b)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Automerge-Triggered-By: GH:JelleZijlstra
| -rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8412314680..9a5bc63924 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -128,7 +128,7 @@ Lib/ast.py @isidentical **/*idlelib* @terryjreedy -**/*typing* @gvanrossum @Fidget-Spinner +**/*typing* @gvanrossum @Fidget-Spinner @JelleZijlstra **/*asyncore @giampaolo **/*asynchat @giampaolo |
