]> granicus.if.org Git - python/commitdiff
Add dataclasses to CODEOWNERS. (GH-4730)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Tue, 5 Dec 2017 20:52:19 +0000 (15:52 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2017 20:52:19 +0000 (15:52 -0500)
.github/CODEOWNERS

index 8e0647fdc1fba19ba71016c4072ccd7c18921a43..5506ca781013c1683c0841f8f141ad67754821ce 100644 (file)
@@ -50,4 +50,6 @@ Python/bootstrap_hash.c       @python/crypto-team
 **/*functools*                @ncoghlan @rhettinger
 **/*decimal*                  @rhettinger @skrah
 
+**/*dataclasses*              @ericvsmith
+
 **/*idlelib*                  @terryjreedy