mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +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
|
@ -1,3 +1,4 @@
|
|||
import io
|
||||
import os
|
||||
import shlex
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue