]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add self and idlelib to CODEOWNERS file. (#3889)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 5 Oct 2017 02:15:11 +0000 (22:15 -0400)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2017 02:15:11 +0000 (22:15 -0400)
Followed format of other entries.

.github/CODEOWNERS

index 67c03a807d0413179066ad1f46eea233ac436d75..8e0647fdc1fba19ba71016c4072ccd7c18921a43 100644 (file)
@@ -49,3 +49,5 @@ Python/bootstrap_hash.c       @python/crypto-team
 **/*heapq*                    @rhettinger
 **/*functools*                @ncoghlan @rhettinger
 **/*decimal*                  @rhettinger @skrah
+
+**/*idlelib*                  @terryjreedy