[Python-checkins] Add dataclasses to CODEOWNERS. (GH-4730)

Eric V. Smith webhook-mailer at python.org
Tue Dec 5 15:52:22 EST 2017


https://github.com/python/cpython/commit/2582f6f24e895d60c35857095706b2a1942c1bed
commit: 2582f6f24e895d60c35857095706b2a1942c1bed
branch: master
author: Eric V. Smith <ericvsmith at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2017-12-05T15:52:19-05:00
summary:

Add dataclasses to CODEOWNERS. (GH-4730)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8e0647fdc1f..5506ca78101 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -50,4 +50,6 @@ Python/bootstrap_hash.c       @python/crypto-team
 **/*functools*                @ncoghlan @rhettinger
 **/*decimal*                  @rhettinger @skrah
 
+**/*dataclasses*              @ericvsmith
+
 **/*idlelib*                  @terryjreedy



More information about the Python-checkins mailing list