summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2017-10-04 22:15:11 -0400
committerGitHub <noreply@github.com>2017-10-04 22:15:11 -0400
commit55fd06605b5d4fb6442645f1532aa05953bd93bc (patch)
treef22681814e9c6de85d680072e7b4188c8f1dc0ce /.github
parent300dd552b15825abfe0e367ac14cec4c3e050dbc (diff)
downloadcpython-git-55fd06605b5d4fb6442645f1532aa05953bd93bc.tar.gz
Add self and idlelib to CODEOWNERS file. (#3889)
Followed format of other entries.
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 67c03a807d..8e0647fdc1 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