mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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 38d3864efe
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
9d8b8c3ed2
commit
5a7aa28045
3 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,9 @@ Released on 2020-10-05?
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
|
||||||
|
bpo-41300: Save files with non-ascii chars. Fix regression in
|
||||||
|
3.9.0b4 and 3.8.4.
|
||||||
|
|
||||||
bpo-37765: Add keywords to module name completion list. Rewrite
|
bpo-37765: Add keywords to module name completion list. Rewrite
|
||||||
Completions section of IDLE doc.
|
Completions section of IDLE doc.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import io
|
||||||
import os
|
import os
|
||||||
import shlex
|
import shlex
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Save files with non-ascii chars. Fix regression released in 3.9.0b4 and
|
||||||
|
3.8.4.
|
Loading…
Add table
Add a link
Reference in a new issue