diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 221008717b29b1..a7f1407322cc1e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,6 +16,9 @@ configure* @erlend-aasland @corona10 Makefile.pre.in @erlend-aasland Modules/Setup* @erlend-aasland +# argparse +**/*argparse* @savannahostrowski + # asyncio **/*asyncio* @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc @@ -23,7 +26,7 @@ Modules/Setup* @erlend-aasland **/*context* @1st1 **/*genobject* @markshannon **/*hamt* @1st1 -**/*jit* @brandtbucher +**/*jit* @brandtbucher @savannahostrowski Objects/set* @rhettinger Objects/dict* @methane @markshannon Objects/typevarobject.c @JelleZijlstra @@ -281,4 +284,4 @@ Lib/test/test_configparser.py @jaraco # Doc sections Doc/reference/ @willingc -**/*weakref* @kumaraditya303 \ No newline at end of file +**/*weakref* @kumaraditya303