diff options
author | Shin-myoung-serp <relent95@naver.com> | 2025-01-02 09:45:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 09:45:07 (GMT) |
commit | e1baa778f602ede66831eb34b9ef17f21e4d4347 (patch) | |
tree | e426f65c7fba4fa1181b136ce3182c7ea3a13c10 /Misc | |
parent | 60c65184695a3eab766b3bc26fc99f695deb998f (diff) | |
download | cpython-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.rst | 1 |
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. |