From 18fc554b41a5e303962477f0fdffb8e29d409751 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 25 Aug 2026 13:43:30 +0100 Subject: [PATCH] Notify Stan about Turtle related things --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5cff59e83dd1dd4..4d9e73db48ae57c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -598,6 +598,12 @@ Doc/library/tomllib.rst @encukou @hauntsaninja Lib/test/test_tomllib/ @encukou @hauntsaninja Lib/tomllib/ @encukou @hauntsaninja +# Turtle +Doc/library/turtle.rst @StanFromIreland +Doc/library/turtle-star.png @StanFromIreland +Lib/test/test_turtle.py @StanFromIreland +Lib/turtle.py @StanFromIreland + # Typing Doc/library/typing.rst @JelleZijlstra @AlexWaygood Lib/test/test_typing.py @JelleZijlstra @AlexWaygood