summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorShin-myoung-serp <relent95@naver.com>2025-01-02 09:45:07 (GMT)
committerGitHub <noreply@github.com>2025-01-02 09:45:07 (GMT)
commite1baa778f602ede66831eb34b9ef17f21e4d4347 (patch)
treee426f65c7fba4fa1181b136ce3182c7ea3a13c10 /Misc
parent60c65184695a3eab766b3bc26fc99f695deb998f (diff)
downloadcpython-e1baa778f602ede66831eb34b9ef17f21e4d4347.zip
cpython-e1baa778f602ede66831eb34b9ef17f21e4d4347.tar.gz
cpython-e1baa778f602ede66831eb34b9ef17f21e4d4347.tar.bz2
gh-95371: Add support for other image formats(e.g. PNG) to the turtleā€¦ (#95378)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst1
1 files changed, 1 insertions, 0 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
new file mode 100644
index 0000000..4a62aae
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst
@@ -0,0 +1 @@
+Added support for other image formats (PNG, PGM, and PPM) to the turtle module. Patch by Shin-myoung-serp.