mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
This commit is contained in:
parent
2b7f93b99a
commit
2f5b44879f
1 changed files with 6 additions and 0 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
@ -43,6 +43,9 @@ Python/bootstrap_hash.c @python/crypto-team
|
||||||
**/*imap* @python/email-team
|
**/*imap* @python/email-team
|
||||||
**/*poplib* @python/email-team
|
**/*poplib* @python/email-team
|
||||||
|
|
||||||
|
# SQLite 3
|
||||||
|
**/*sqlite* @berkerpeksag
|
||||||
|
|
||||||
# subprocess
|
# subprocess
|
||||||
**/*subprocess* @gpshead
|
**/*subprocess* @gpshead
|
||||||
|
|
||||||
|
@ -50,6 +53,9 @@ Python/bootstrap_hash.c @python/crypto-team
|
||||||
/PC/ @python/windows-team
|
/PC/ @python/windows-team
|
||||||
/PCbuild/ @python/windows-team
|
/PCbuild/ @python/windows-team
|
||||||
|
|
||||||
|
# Urllib
|
||||||
|
**/*robotparser* @berkerpeksag
|
||||||
|
|
||||||
# Windows installer packages
|
# Windows installer packages
|
||||||
/Tools/msi/ @python/windows-team
|
/Tools/msi/ @python/windows-team
|
||||||
/Tools/nuget/ @python/windows-team
|
/Tools/nuget/ @python/windows-team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue