Add self and idlelib to CODEOWNERS file. (#3889)

Followed format of other entries.
This commit is contained in:
Terry Jan Reedy 2017-10-04 22:15:11 -04:00 committed by GitHub
parent 300dd552b1
commit 55fd06605b
1 changed files with 2 additions and 0 deletions

2
.github/CODEOWNERS vendored
View File

@ -49,3 +49,5 @@ Python/bootstrap_hash.c @python/crypto-team
**/*heapq* @rhettinger
**/*functools* @ncoghlan @rhettinger
**/*decimal* @rhettinger @skrah
**/*idlelib* @terryjreedy