Issue #16829: IDLE printing no longer fails if there are spaces or other
special characters in the file path.
diff --git a/Misc/NEWS b/Misc/NEWS
index 43cfc64..b69e70c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -186,6 +186,9 @@
Library
-------
+- Issue #16829: IDLE printing no longer fails if there are spaces or other
+ special characters in the file path.
+
- Issue #13899: \A, \Z, and \B now correctly match the A, Z, and B literals
when used inside character classes (e.g. '[\A]'). Patch by Matthew Barnett.