[Python-checkins] Create CODEOWNERS (GH-2924)

Mariatta webhook-mailer at python.org
Mon Jul 31 23:56:14 EDT 2017


https://github.com/python/cpython/commit/00fce69711c61d4fc9d40174b88d3d208567e2c4
commit: 00fce69711c61d4fc9d40174b88d3d208567e2c4
branch: master
author: Mariatta <Mariatta at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2017-07-31T20:56:12-07:00
summary:

Create CODEOWNERS (GH-2924)

Copied over info from .mention-bot

files:
A .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000000..d1ebf2c2bac
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,12 @@
+# 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
+
+# Hashing
+**/*hashlib*                  @tiran
+**/*pyhash*                   @tiran
+
+# SSL
+**/*ssl*                      @tiran



More information about the Python-checkins mailing list