We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805e27e commit 3d07349Copy full SHA for 3d07349
.github/CODEOWNERS
@@ -16,6 +16,11 @@
16
**/*hashlib* @python/crypto-team
17
**/*pyhash* @python/crypto-team
18
19
+# HTML
20
+/Lib/html/ @ezio-melotti
21
+/Lib/_markupbase.py @ezio-melotti
22
+/Lib/test/test_html*.py @ezio-melotti
23
+
24
# Import (including importlib).
25
# Ignoring importlib.h so as to not get flagged on
26
# all pull requests that change the the emitted
0 commit comments