https://github.com/python/cpython/commit/831dac8b518c9de262f84d3faca3443715902e07
commit: 831dac8b518c9de262f84d3faca3443715902e07
branch: 3.15
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-05-08T10:33:35Z
summary:

[3.15] gh-146445: Update CODEOWNERS for Android and iOS migration to Platforms 
directory (GH-149543) (#149545)

gh-146445: Update CODEOWNERS for Android and iOS migration to Platforms 
directory (GH-149543)
(cherry picked from commit 5b58fbc07c8173df98ce6d378ded1bc605997c3f)

Co-authored-by: Malcolm Smith <[email protected]>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index af904a567cfb7e..769d739a8057aa 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -156,7 +156,7 @@ Misc/libabigail.abignore      @encukou
 # ----------------------------------------------------------------------------
 
 # Android
-Android/                      @mhsmith @freakboy3742
+Platforms/Android/            @mhsmith @freakboy3742
 Doc/using/android.rst         @mhsmith @freakboy3742
 Lib/_android_support.py       @mhsmith @freakboy3742
 Lib/test/test_android.py      @mhsmith @freakboy3742
@@ -164,8 +164,7 @@ Lib/test/test_android.py      @mhsmith @freakboy3742
 # iOS
 Doc/using/ios.rst             @freakboy3742
 Lib/_ios_support.py           @freakboy3742
-Apple/                        @freakboy3742
-iOS/                          @freakboy3742
+Platforms/Apple/              @freakboy3742
 
 # macOS
 Mac/                          @python/macos-team

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to