diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2024-02-26 16:11:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 16:11:38 (GMT) |
commit | 5a832922130908994d313b56a3345ff410a0e11a (patch) | |
tree | bf7c73c5ae73a6440898fdb95fe8e00ef74ea831 /.github/CODEOWNERS | |
parent | 07824995a056b2894adac69813444307835cc245 (diff) | |
download | cpython-5a832922130908994d313b56a3345ff410a0e11a.zip cpython-5a832922130908994d313b56a3345ff410a0e11a.tar.gz cpython-5a832922130908994d313b56a3345ff410a0e11a.tar.bz2 |
Add Jason as an owner of configparser to coordinate backport concerns. (#115885)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5dbfbbb..7e20294 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -249,3 +249,7 @@ Lib/test/test_interpreters/ @ericsnowcurrently # SBOM /Misc/sbom.spdx.json @sethmlarson /Tools/build/generate_sbom.py @sethmlarson + +# Config Parser +Lib/configparser.py @jaraco +Lib/test/test_configparser.py @jaraco |