Add dataclasses to CODEOWNERS. (GH-4730)

This commit is contained in:
Eric V. Smith 2017-12-05 15:52:19 -05:00 committed by GitHub
parent 33c377ed9b
commit 2582f6f24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.github/CODEOWNERS vendored
View File

@ -50,4 +50,6 @@ Python/bootstrap_hash.c @python/crypto-team
**/*functools* @ncoghlan @rhettinger
**/*decimal* @rhettinger @skrah
**/*dataclasses* @ericvsmith
**/*idlelib* @terryjreedy