mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add myself for HTML-related modules (#9325)
This commit is contained in:
parent
805e27eff6
commit
3d07349d19
1 changed files with 5 additions and 0 deletions
5
.github/CODEOWNERS
vendored
5
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue