From 2582f6f24e895d60c35857095706b2a1942c1bed Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Tue, 5 Dec 2017 15:52:19 -0500 Subject: [PATCH] Add dataclasses to CODEOWNERS. (GH-4730) --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1