summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-01-14 11:41:39 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-01-14 11:52:58 (GMT)
commitf26daa9470925120f6336ca508f7ea193b00a3f4 (patch)
treeb422a947239db4846e422383b236595c98a102f1 /Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst
parentff3e145b2770ffe86c905b1092747ce3d8381319 (diff)
downloadcpython-f26daa9470925120f6336ca508f7ea193b00a3f4.zip
cpython-f26daa9470925120f6336ca508f7ea193b00a3f4.tar.gz
cpython-f26daa9470925120f6336ca508f7ea193b00a3f4.tar.bz2
Python 3.14.0a4v3.14.0a4
Diffstat (limited to 'Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst b/Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst
deleted file mode 100644
index 4a62aae..0000000
--- a/Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added support for other image formats (PNG, PGM, and PPM) to the turtle module. Patch by Shin-myoung-serp.