summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2019-10-04 08:48:24 (GMT)
committerGitHub <noreply@github.com>2019-10-04 08:48:24 (GMT)
commit2290b23dfc9cce71ffc49bfcb6a5a16c570cefae (patch)
treefe25bca42bc9f570e2cd9222d3c04ac7431b599f /.github
parent3142c667b50254daaa28f22c79bdda177136bd03 (diff)
downloadcpython-2290b23dfc9cce71ffc49bfcb6a5a16c570cefae.zip
cpython-2290b23dfc9cce71ffc49bfcb6a5a16c570cefae.tar.gz
cpython-2290b23dfc9cce71ffc49bfcb6a5a16c570cefae.tar.bz2
Updated CODEOWNERS to indicate ownership of some modules. (GH-16578)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 440a2b9..af5deea 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