[Python-checkins] Add self and idlelib to CODEOWNERS file. (#3889)

Terry Jan Reedy webhook-mailer at python.org
Wed Oct 4 22:15:14 EDT 2017


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-04T22: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



More information about the Python-checkins mailing list