[Python-checkins] Add myself for HTML-related modules (#9325)

Ezio Melotti webhook-mailer at python.org
Fri Sep 14 23:14:19 EDT 2018


https://github.com/python/cpython/commit/3d07349d19dda1ff82167ad363b25e0181d5388e
commit: 3d07349d19dda1ff82167ad363b25e0181d5388e
branch: master
author: Ezio Melotti <ezio.melotti at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018-09-14T20:14:16-07:00
summary:

Add myself for HTML-related modules (#9325)

files:
M .github/CODEOWNERS

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



More information about the Python-checkins mailing list