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:
Miss Islington (bot) 2020-07-16 15:42:09 -07:00 committed by GitHub
parent 9d8b8c3ed2
commit 5a7aa28045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
import io
import os
import shlex
import sys