Updated CODEOWNERS to indicate ownership of some modules. (GH-16578)

This commit is contained in:
Vinay Sajip 2019-10-04 09:48:24 +01:00 committed by GitHub
parent 3142c667b5
commit 2290b23dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.github/CODEOWNERS vendored
View file

@ -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