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 b4096e4 commit 405e717Copy full SHA for 405e717
1 file changed
.github/CODEOWNERS
@@ -121,11 +121,6 @@ Tools/c-analyzer/ @ericsnowcurrently
121
# Fuzzing
122
Modules/_xxtestfuzz/ @ammaraskar
123
124
-# IDLE
125
-Doc/library/idle.rst @terryjreedy
126
-Lib/idlelib/ @terryjreedy
127
-Lib/turtledemo/ @terryjreedy
128
-
129
# Limited C API & stable ABI
130
Doc/c-api/stable.rst @encukou
131
Doc/data/*.abi @encukou
@@ -474,6 +469,11 @@ Lib/_markupbase.py @ezio-melotti
474
469
Lib/test/test_html*.py @ezio-melotti
475
470
Tools/build/parse_html5_entities.py @ezio-melotti
476
471
472
+# IDLE
473
+Doc/library/idle.rst @terryjreedy
+Lib/idlelib/ @terryjreedy
+Lib/turtledemo/ @terryjreedy
+
477
# importlib.metadata
478
Doc/library/importlib.metadata.rst @jaraco @warsaw
479
Lib/importlib/metadata/ @jaraco @warsaw
0 commit comments