summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-08-01 21:51:17 (GMT)
committerGitHub <noreply@github.com>2017-08-01 21:51:17 (GMT)
commit9eef9e805e950eb6bc9ded8c99c5d6abf1d681de (patch)
tree8622ffb66ee64e3664a54b692c01e91a3cd6ff31
parentadfe3440f65dfd6cf4463db6cd02cdc78e77ce17 (diff)
downloadcpython-9eef9e805e950eb6bc9ded8c99c5d6abf1d681de.zip
cpython-9eef9e805e950eb6bc9ded8c99c5d6abf1d681de.tar.gz
cpython-9eef9e805e950eb6bc9ded8c99c5d6abf1d681de.tar.bz2
List myself as interested in all import-related pull requests (GH-2976)
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d1ebf2c..1dc79f7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,5 +8,8 @@
**/*hashlib* @tiran
**/*pyhash* @tiran
+# Import (including importlib)
+**/*import* @brettcannon
+
# SSL
**/*ssl* @tiran