From 3d07349d19dda1ff82167ad363b25e0181d5388e Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 14 Sep 2018 20:14:16 -0700 Subject: [PATCH] Add myself for HTML-related modules (#9325) --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 17d7ef4d7a..2e98e14a3d 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 -- 2.49.0