From 2290b23dfc9cce71ffc49bfcb6a5a16c570cefae Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Fri, 4 Oct 2019 09:48:24 +0100 Subject: [PATCH] Updated CODEOWNERS to indicate ownership of some modules. (GH-16578) --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 440a2b93f91..af5deea7226 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