summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2024-11-17 23:43:41 (GMT)
committerGitHub <noreply@github.com>2024-11-17 23:43:41 (GMT)
commit500a4712bb42355eeb785ed5b9d71507384d18bc (patch)
tree437b029c9cc73574c4d261bd928937da263708aa /Misc/NEWS.d/next
parent0c5c80928c476ac0dcb9a053b15a562af899cfba (diff)
downloadcpython-500a4712bb42355eeb785ed5b9d71507384d18bc.zip
cpython-500a4712bb42355eeb785ed5b9d71507384d18bc.tar.gz
cpython-500a4712bb42355eeb785ed5b9d71507384d18bc.tar.bz2
gh-126167: Modify iOS Testbed to read arguments from Info.plist (#126169)
Modify iOS Testbed to read arguments from Info.plist.
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Tools-Demos/2024-10-30-13-59-07.gh-issue-126167.j5cCWE.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tools-Demos/2024-10-30-13-59-07.gh-issue-126167.j5cCWE.rst b/Misc/NEWS.d/next/Tools-Demos/2024-10-30-13-59-07.gh-issue-126167.j5cCWE.rst
new file mode 100644
index 0000000..338160e
--- /dev/null
+++ b/Misc/NEWS.d/next/Tools-Demos/2024-10-30-13-59-07.gh-issue-126167.j5cCWE.rst
@@ -0,0 +1,2 @@
+The iOS testbed was modified so that it can be used by third-party projects
+for testing purposes.