diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-08-01 21:51:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 21:51:17 (GMT) |
commit | 9eef9e805e950eb6bc9ded8c99c5d6abf1d681de (patch) | |
tree | 8622ffb66ee64e3664a54b692c01e91a3cd6ff31 | |
parent | adfe3440f65dfd6cf4463db6cd02cdc78e77ce17 (diff) | |
download | cpython-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/CODEOWNERS | 3 |
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 |