2017-08-01 00:56:12 -03:00
|
|
|
# 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
|
|
|
|
|
2017-08-01 19:41:33 -03:00
|
|
|
# asyncio
|
|
|
|
**/*asyncio* @1st1
|
|
|
|
|
|
|
|
# Core
|
|
|
|
**/*genobject* @1st1
|
|
|
|
|
2017-08-01 00:56:12 -03:00
|
|
|
# Hashing
|
|
|
|
**/*hashlib* @tiran
|
|
|
|
**/*pyhash* @tiran
|
|
|
|
|
2017-08-01 18:51:17 -03:00
|
|
|
# Import (including importlib)
|
|
|
|
**/*import* @brettcannon
|
|
|
|
|
2017-08-01 00:56:12 -03:00
|
|
|
# SSL
|
|
|
|
**/*ssl* @tiran
|