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

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