Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805e27e commit 3d07349Copy full SHA for 3d07349
1 file changed
.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