Bug #1678647: write a newline after printing an exception in any
case, even when converting the value to a string failed.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ac04c9..67f417a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
Core and builtins
-----------------
+- Bug #1678647: write a newline after printing an exception in any
+ case, even when converting the value to a string failed.
+
- The dir() function has been extended to call the __dir__() method on
its argument, if it exists. If not, it will work like before. This allows
customizing the output of dir() in the presence of a __getattr__().