]> granicus.if.org Git - python/commitdiff
Updated CODEOWNERS to indicate ownership of some modules. (GH-16578)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 4 Oct 2019 08:48:24 +0000 (09:48 +0100)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2019 08:48:24 +0000 (09:48 +0100)
.github/CODEOWNERS

index 440a2b93f912630ad52bff48e0556ce01a542d21..af5deea7226255a89afc9a842025ce05e34014c5 100644 (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