Skip to content

Commit 3d07349

Browse files
authored
Add myself for HTML-related modules (#9325)
1 parent 805e27e commit 3d07349

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
**/*hashlib* @python/crypto-team
1717
**/*pyhash* @python/crypto-team
1818

19+
# HTML
20+
/Lib/html/ @ezio-melotti
21+
/Lib/_markupbase.py @ezio-melotti
22+
/Lib/test/test_html*.py @ezio-melotti
23+
1924
# Import (including importlib).
2025
# Ignoring importlib.h so as to not get flagged on
2126
# all pull requests that change the the emitted

0 commit comments

Comments
 (0)