https://github.com/python/cpython/commit/55fd06605b5d4fb6442645f1532aa05953bd93bc commit: 55fd06605b5d4fb6442645f1532aa05953bd93bc branch: master author: Terry Jan Reedy <tjreedy at udel.edu> committer: GitHub <noreply at github.com> date: 2017年10月04日T22:15:11-04:00 summary: Add self and idlelib to CODEOWNERS file. (#3889) Followed format of other entries. files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 67c03a807d0..8e0647fdc1f 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