summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEric V. Smith <ericvsmith@users.noreply.github.com>2017-12-05 15:52:19 -0500
committerGitHub <noreply@github.com>2017-12-05 15:52:19 -0500
commit2582f6f24e895d60c35857095706b2a1942c1bed (patch)
treef440e5bfe90d870b0c274a1f0788ca976fe522d5 /.github
parent33c377ed9b6cb3b9493005314c4e0cfa7517ea65 (diff)
downloadcpython-git-2582f6f24e895d60c35857095706b2a1942c1bed.tar.gz
Add dataclasses to CODEOWNERS. (GH-4730)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8e0647fdc1..5506ca7810 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