summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b3a12b..0022a4e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1396,6 +1396,9 @@ Library
Extension Modules
-----------------
+- In struct.pack, correctly propogate exceptions from computing the truth of an
+ object in the '?' format.
+
- Issue #9000: datetime.timezone objects now have eval-friendly repr.
- In the math module, correctly lookup __trunc__, __ceil__, and __floor__ as