diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2018-09-15 03:14:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-15 03:14:16 (GMT) |
commit | 3d07349d19dda1ff82167ad363b25e0181d5388e (patch) | |
tree | dc19d6166a410b424ac97a44058337b488d49d8a | |
parent | 805e27eff65d51f7aea2c00ccbb4f5d44f4499f2 (diff) | |
download | cpython-3d07349d19dda1ff82167ad363b25e0181d5388e.zip cpython-3d07349d19dda1ff82167ad363b25e0181d5388e.tar.gz cpython-3d07349d19dda1ff82167ad363b25e0181d5388e.tar.bz2 |
Add myself for HTML-related modules (#9325)
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 17d7ef4..2e98e14 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 |