]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-65802: IDLE - explain SaveAs and extensions (GH-95690)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Aug 2022 06:26:26 +0000 (23:26 -0700)
committerGitHub <noreply@github.com>
Fri, 5 Aug 2022 06:26:26 +0000 (23:26 -0700)
commit235159331927f8b3ff88cb67f4ca51b28f25a427
tree67c2e530682fd01e05caad802e24b448bf1fdd20
parentc57666586bc831951affcaab43ba31f49279d0c9
gh-65802: IDLE - explain SaveAs and extensions (GH-95690)

File name extensions may or may not be shown for the current name
and are added in an OS-dependent manner if not given for the new
name.
(cherry picked from commit 9890f86ae2001d19e7a18fee5b13aa0dd6069aef)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/idle.rst
Lib/idlelib/NEWS.txt
Misc/NEWS.d/next/IDLE/2022-08-04-20-07-51.gh-issue-65802.xnThWe.rst [new file with mode: 0644]