From: Terry Jan Reedy Date: Thu, 5 Oct 2017 02:15:11 +0000 (-0400) Subject: Add self and idlelib to CODEOWNERS file. (#3889) X-Git-Tag: v3.7.0a2~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55fd06605b5d4fb6442645f1532aa05953bd93bc;p=thirdparty%2FPython%2Fcpython.git Add self and idlelib to CODEOWNERS file. (#3889) Followed format of other entries. --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 67c03a807d04..8e0647fdc1fb 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