From 55fd06605b5d4fb6442645f1532aa05953bd93bc Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 4 Oct 2017 22:15:11 -0400 Subject: [PATCH] Add self and idlelib to CODEOWNERS file. (#3889) Followed format of other entries. --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0