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:
Terry Jan Reedy 2020-07-16 18:24:49 -04:00 committed by GitHub
parent 0275e0452a
commit 38d3864efe
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