summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 32dab10..0be1934 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,11 +358,15 @@ Core and builtins
- Bug #1664966: Fix crash in exec if Unicode filename can't be decoded.
-- Issue #1537: Changed GeneratorExit's base class from Exception to BaseException.
+- Issue #1537: Changed GeneratorExit's base class from Exception to
+ BaseException.
Library
-------
+- Issue #1786: pdb should use its own stdin/stdout around an exec call
+ and when creating a recursive instance.
+
- Issue #1698398 Zipfile.printdir() crashed because the format string
expected a tuple type of length six instead of time.struct_time object.