From: Inada Naoki Date: Sat, 30 Mar 2019 02:08:17 +0000 (+0900) Subject: github: assign @methane to dict owner (GH-12617) X-Git-Tag: v3.8.0a4~295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7444daada1270c94501d5516ab1e553b5e2b9586;p=python github: assign @methane to dict owner (GH-12617) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 03e36cfced..40d2cc1276 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,6 +11,7 @@ **/*context* @1st1 **/*genobject* @1st1 **/*hamt* @1st1 +Objects/dict* @methane # Hashing **/*hashlib* @python/crypto-team