diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2017-10-05 02:15:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-05 02:15:11 (GMT) |
commit | 55fd06605b5d4fb6442645f1532aa05953bd93bc (patch) | |
tree | f22681814e9c6de85d680072e7b4188c8f1dc0ce /.github/CODEOWNERS | |
parent | 300dd552b15825abfe0e367ac14cec4c3e050dbc (diff) | |
download | cpython-55fd06605b5d4fb6442645f1532aa05953bd93bc.zip cpython-55fd06605b5d4fb6442645f1532aa05953bd93bc.tar.gz cpython-55fd06605b5d4fb6442645f1532aa05953bd93bc.tar.bz2 |
Add self and idlelib to CODEOWNERS file. (#3889)
Followed format of other entries.
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 67c03a8..8e0647f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -49,3 +49,5 @@ Python/bootstrap_hash.c @python/crypto-team **/*heapq* @rhettinger **/*functools* @ncoghlan @rhettinger **/*decimal* @rhettinger @skrah + +**/*idlelib* @terryjreedy |