Skip to content

Commit ffeb920

Browse files
[3.8] bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Fix regression released in 3.9.0b4 and 3.8.4. (cherry picked from commit 38d3864) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent d4a6303 commit ffeb920

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
What's New in IDLE 3.8.4
2-
Released on 2020-07-03?
1+
What's New in IDLE 3.8.5
2+
Released on 2020-07-20
33
======================================
44

55

6+
bpo-41300: Save files with non-ascii chars. Fix regression in
7+
3.9.0b4 and 3.8.4.
8+
9+
What's New in IDLE 3.8.4
10+
Released on 2020-06-30
11+
======================================
12+
613
bpo-37765: Add keywords to module name completion list. Rewrite
714
Completions section of IDLE doc.
815

Lib/idlelib/iomenu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import io
12
import os
23
import shlex
34
import sys
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Save files with non-ascii chars. Fix regression released in 3.9.0b4 and
2+
3.8.4.

0 commit comments

Comments
 (0)