commit | 2290b23dfc9cce71ffc49bfcb6a5a16c570cefae | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Oct 04 09:48:24 2019 +0100 |
committer | GitHub <noreply@github.com> | Fri Oct 04 09:48:24 2019 +0100 |
tree | fe25bca42bc9f570e2cd9222d3c04ac7431b599f | |
parent | 3142c667b50254daaa28f22c79bdda177136bd03 [diff] |
Updated CODEOWNERS to indicate ownership of some modules. (GH-16578)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 440a2b9..af5deea 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS
@@ -22,6 +22,14 @@ /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