diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2022-08-05 01:51:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 01:51:14 (GMT) |
commit | 9890f86ae2001d19e7a18fee5b13aa0dd6069aef (patch) | |
tree | fb8972e7c4fc36c1a7c04b60b74320334349ca3b /Lib/idlelib | |
parent | 87154d8dd890af0e847e91b06c71c741c08510d0 (diff) | |
download | cpython-9890f86ae2001d19e7a18fee5b13aa0dd6069aef.zip cpython-9890f86ae2001d19e7a18fee5b13aa0dd6069aef.tar.gz cpython-9890f86ae2001d19e7a18fee5b13aa0dd6069aef.tar.bz2 |
gh-65802: IDLE - explain SaveAs and extensions (#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.
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 |