forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
39 lines (29 loc) · 1 KB
/
CODEOWNERS
File metadata and controls
39 lines (29 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
# asyncio
**/*asyncio* @1st1
# Core
**/*genobject* @1st1
# Hashing
**/*hashlib* @tiran
**/*pyhash* @tiran
# Import (including importlib)
**/*import* @python/import-team
# SSL
**/*ssl* @tiran
# Email and related
**/*mail* @bitdancer
**/*smtp* @bitdancer
**/*mime* @bitdancer
**/*imap* @bitdancer
**/*poplib* @bitdancer
# subprocess
**/*subprocess* @gpshead
# Windows
/PC/ @python/windows-team
/PCBuild/ @python/windows-team
# Windows installer packages
/Tools/msi/ @python/windows-team
/Tools/nuget/ @python/windows-team