]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Jason as an owner of configparser to coordinate backport concerns. (#115885)
authorJason R. Coombs <jaraco@jaraco.com>
Mon, 26 Feb 2024 16:11:38 +0000 (11:11 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2024 16:11:38 +0000 (17:11 +0100)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/CODEOWNERS

index 5dbfbbb8ebaf7e94becc054731d3ca461fb70131..7e20294e90e50d2221cec4bf1fd92c1a4a7edcf0 100644 (file)
@@ -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