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-Tag: v3.9.0a1~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2290b23dfc9cce71ffc49bfcb6a5a16c570cefae;p=thirdparty%2FPython%2Fcpython.git Updated CODEOWNERS to indicate ownership of some modules. (GH-16578) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 440a2b93f912..af5deea72262 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