8000 bpo-41300: IDLE - save files with non-ascii chars (GH-21512) · python/cpython@38d3864 · GitHub
[go: up one dir, main page]

Skip to content

Commit 38d3864

Browse files
authored
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Fix regression released in 3.9.0b4 and 3.8.4.
1 parent 0275e04 commit 38d3864

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Released on 2020-10-05?
33
======================================
44

55

6+
bpo-41300: Save files with non-ascii chars. Fix regression in
7+
3.9.0b4 and 3.8.4.
8+
69
bpo-37765: Add keywords to module name completion list. Rewrite
710
Completions section of IDLE doc.
811

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)
0