-What's New in IDLE 3.8.4
-Released on 2020-07-03?
+What's New in IDLE 3.8.5
+Released on 2020-07-20
======================================
+bpo-41300: Save files with non-ascii chars. Fix regression in
+3.9.0b4 and 3.8.4.
+
+What's New in IDLE 3.8.4
+Released on 2020-06-30
+======================================
+
bpo-37765: Add keywords to module name completion list. Rewrite
Completions section of IDLE doc.
+import io
import os
import shlex
import sys
--- /dev/null
+Save files with non-ascii chars. Fix regression released in 3.9.0b4 and
+3.8.4.