From: Vinay Sajip Date: Fri, 4 Oct 2019 08:48:24 +0000 (+0100) Subject: Updated CODEOWNERS to indicate ownership of some modules. (GH-16578) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2290b23dfc9cce71ffc49bfcb6a5a16c570cefae;p=python Updated CODEOWNERS to indicate ownership of some modules. (GH-16578) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 440a2b93f9..af5deea722 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,6 +22,14 @@ Objects/dict* @methane /Modules/_blake2/** @python/crypto-team @tiran /Modules/_sha3/** @python/crypto-team @tiran +# logging +**/*logging* @vsajip + +# venv +**/*venv* @vsajip + +# Launcher +/PC/launcher.c @vsajip # HTML /Lib/html/ @ezio-melotti