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月01日T14: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