From: Brett Cannon Date: Tue, 1 Aug 2017 21:51:17 +0000 (-0700) Subject: List myself as interested in all import-related pull requests (GH-2976) X-Git-Tag: v3.7.0a1~326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eef9e805e950eb6bc9ded8c99c5d6abf1d681de;p=thirdparty%2FPython%2Fcpython.git List myself as interested in all import-related pull requests (GH-2976) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d1ebf2c2bacd..1dc79f7dec6a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,5 +8,8 @@ **/*hashlib* @tiran **/*pyhash* @tiran +# Import (including importlib) +**/*import* @brettcannon + # SSL **/*ssl* @tiran