summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-05 06:26:26 (GMT)
committerGitHub <noreply@github.com>2022-08-05 06:26:26 (GMT)
commit235159331927f8b3ff88cb67f4ca51b28f25a427 (patch)
tree67c2e530682fd01e05caad802e24b448bf1fdd20 /Misc
parentc57666586bc831951affcaab43ba31f49279d0c9 (diff)
downloadcpython-235159331927f8b3ff88cb67f4ca51b28f25a427.zip
cpython-235159331927f8b3ff88cb67f4ca51b28f25a427.tar.gz
cpython-235159331927f8b3ff88cb67f4ca51b28f25a427.tar.bz2
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2022-08-04-20-07-51.gh-issue-65802.xnThWe.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2022-08-04-20-07-51.gh-issue-65802.xnThWe.rst b/Misc/NEWS.d/next/IDLE/2022-08-04-20-07-51.gh-issue-65802.xnThWe.rst
new file mode 100644
index 0000000..a62a784
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2022-08-04-20-07-51.gh-issue-65802.xnThWe.rst
@@ -0,0 +1 @@
+Document handling of extensions in Save As dialogs.