From: Ezio Melotti Date: Sat, 15 Sep 2018 03:14:16 +0000 (-0700) Subject: Add myself for HTML-related modules (#9325) X-Git-Tag: v3.8.0a1~976 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d07349d19dda1ff82167ad363b25e0181d5388e;p=thirdparty%2FPython%2Fcpython.git Add myself for HTML-related modules (#9325) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 17d7ef4d7a24..2e98e14a3d6f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,6 +16,11 @@ **/*hashlib* @python/crypto-team **/*pyhash* @python/crypto-team +# HTML +/Lib/html/ @ezio-melotti +/Lib/_markupbase.py @ezio-melotti +/Lib/test/test_html*.py @ezio-melotti + # Import (including importlib). # Ignoring importlib.h so as to not get flagged on # all pull requests that change the the emitted