diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-05 07:42:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 07:42:21 (GMT) |
commit | 4512a160d045695ee0349fd91af7aaaa6fb71410 (patch) | |
tree | d8597c95f7538dde2fe9822c6252ad064f68ac96 /Lib/idlelib | |
parent | 7dc0dafdf00be5c2e2ffcec1368df8d6e143d5c8 (diff) | |
download | cpython-4512a160d045695ee0349fd91af7aaaa6fb71410.zip cpython-4512a160d045695ee0349fd91af7aaaa6fb71410.tar.gz cpython-4512a160d045695ee0349fd91af7aaaa6fb71410.tar.bz2 |
gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692)
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>
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index ce95e2f..7fa7fac 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -4,6 +4,8 @@ Released on 2022-10-03 ========================= +gh-65802: Document handling of extensions in Save As dialogs. + gh-95191: Include prompts when saving Shell (interactive input/output). gh-95511: Fix the Shell context menu copy-with-prompts bug of copying |