From: Jason R. Coombs Date: Mon, 26 Feb 2024 16:11:38 +0000 (-0500) Subject: Add Jason as an owner of configparser to coordinate backport concerns. (#115885) X-Git-Tag: v3.13.0a5~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a832922130908994d313b56a3345ff410a0e11a;p=thirdparty%2FPython%2Fcpython.git Add Jason as an owner of configparser to coordinate backport concerns. (#115885) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5dbfbbb8ebaf..7e20294e90e5 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