[Python-checkins] List myself as interested in all import-related pull requests (GH-2976)

Brett Cannon webhook-mailer at python.org
Tue Aug 1 17:51:20 EDT 2017


https://github.com/python/cpython/commit/9eef9e805e950eb6bc9ded8c99c5d6abf1d681de
commit: 9eef9e805e950eb6bc9ded8c99c5d6abf1d681de
branch: master
author: Brett Cannon <brettcannon at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2017-08-01T14:51:17-07:00
summary:

List myself as interested in all import-related pull requests (GH-2976)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d1ebf2c2bac..1dc79f7dec6 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,5 +8,8 @@
 **/*hashlib*                  @tiran
 **/*pyhash*                   @tiran
 
+# Import (including importlib)
+**/*import*                   @brettcannon
+
 # SSL
 **/*ssl*                      @tiran



More information about the Python-checkins mailing list