diff options
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | 2017-12-05 20:52:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 20:52:19 (GMT) |
commit | 2582f6f24e895d60c35857095706b2a1942c1bed (patch) | |
tree | f440e5bfe90d870b0c274a1f0788ca976fe522d5 /.github | |
parent | 33c377ed9b6cb3b9493005314c4e0cfa7517ea65 (diff) | |
download | cpython-2582f6f24e895d60c35857095706b2a1942c1bed.zip cpython-2582f6f24e895d60c35857095706b2a1942c1bed.tar.gz cpython-2582f6f24e895d60c35857095706b2a1942c1bed.tar.bz2 |
Add dataclasses to CODEOWNERS. (GH-4730)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8e0647f..5506ca7 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 |