mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Fix regression released in 3.9.0b4 and 3.8.4.
This commit is contained in:
parent
0275e0452a
commit
38d3864efe
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