From: Jelle Zijlstra Date: Sun, 28 Jul 2024 07:50:14 +0000 (-0700) Subject: gh-119180: Add myself as CODEOWNER for annotationlib (#122366) X-Git-Tag: v3.14.0a1~956 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ff5ce4706630207bb2c2e2589a4501bf0d1bd78;p=thirdparty%2FPython%2Fcpython.git gh-119180: Add myself as CODEOWNER for annotationlib (#122366) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 95e30ac3001c..9aa5004b0cdb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -214,6 +214,7 @@ Doc/c-api/stable.rst @encukou **/*idlelib* @terryjreedy /Doc/library/idle.rst @terryjreedy +**/*annotationlib* @JelleZijlstra **/*typing* @JelleZijlstra @AlexWaygood **/*ftplib @giampaolo