commit | 5a7aa280457423b97512810d6d9baac37f99fbf4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jul 16 15:42:09 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu Jul 16 15:42:09 2020 -0700 |
tree | d6934193b83ddbf2880d860385f29d183e52bd0d | |
parent | 9d8b8c3ed2c672e0f0d5248a86972c6788f0701d [diff] [blame] |
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 38d3864efe914fda64553e2ec75c9ec15574483f) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
diff --git a/Lib/idlelib/iomenu.py b/Lib/idlelib/iomenu.py index 7641d86..74ebefd 100644 --- a/Lib/idlelib/iomenu.py +++ b/Lib/idlelib/iomenu.py
@@ -1,3 +1,4 @@ +import io import os import shlex import sys