[Python-checkins] Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)

Berker Peksag webhook-mailer at python.org
Tue Apr 16 09:55:11 EDT 2019


https://github.com/python/cpython/commit/2f5b44879f244fbb577bd97df844b7bd4b9a19a5
commit: 2f5b44879f244fbb577bd97df844b7bd4b9a19a5
branch: master
author: Berker Peksag <berker.peksag at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-04-16T16:54:56+03:00
summary:

Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 40d2cc127690..2ca555b7fa50 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -43,6 +43,9 @@ Python/bootstrap_hash.c       @python/crypto-team
 **/*imap*                     @python/email-team
 **/*poplib*                   @python/email-team
 
+# SQLite 3
+**/*sqlite*                   @berkerpeksag
+
 # subprocess
 **/*subprocess*               @gpshead
 
@@ -50,6 +53,9 @@ Python/bootstrap_hash.c       @python/crypto-team
 /PC/                          @python/windows-team
 /PCbuild/                     @python/windows-team
 
+# Urllib
+**/*robotparser*              @berkerpeksag
+
 # Windows installer packages
 /Tools/msi/                   @python/windows-team
 /Tools/nuget/                 @python/windows-team



More information about the Python-checkins mailing list