diff options
author | Yngve Mardal Moe <yngve.m.moe@gmail.com> | 2024-09-13 04:36:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 04:36:17 (GMT) |
commit | 584cdf8d4140406b3676515332a26c856c02618b (patch) | |
tree | 191ba92449ef3f857d841a0740ef3376f7db910c /Misc/NEWS.d/next | |
parent | 1f9d163850c43ba85193ef853986c5e96b168c8c (diff) | |
download | cpython-584cdf8d4140406b3676515332a26c856c02618b.zip cpython-584cdf8d4140406b3676515332a26c856c02618b.tar.gz cpython-584cdf8d4140406b3676515332a26c856c02618b.tar.bz2 |
gh-123614: Add save function to turtle.py (#123617)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core_and_Builtins/2024-09-02-20-39-10.gh-issue-123614.26TMHp.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2024-09-02-20-39-10.gh-issue-123614.26TMHp.rst b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-02-20-39-10.gh-issue-123614.26TMHp.rst new file mode 100644 index 0000000..64a5eac --- /dev/null +++ b/Misc/NEWS.d/next/Core_and_Builtins/2024-09-02-20-39-10.gh-issue-123614.26TMHp.rst @@ -0,0 +1,2 @@ +Add :func:`turtle.save` to easily save Turtle drawings as PostScript files. +Patch by Marie Roald and Yngve Mardal Moe. |