From: Eric V. Smith Date: Tue, 5 Dec 2017 20:52:19 +0000 (-0500) Subject: Add dataclasses to CODEOWNERS. (GH-4730) X-Git-Tag: v3.7.0a4~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2582f6f24e895d60c35857095706b2a1942c1bed;p=python Add dataclasses to CODEOWNERS. (GH-4730) --- 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