]> granicus.if.org Git - python/commitdiff
add NEWS
authorBenjamin Peterson <benjamin@python.org>
Wed, 7 Jul 2010 19:04:48 +0000 (19:04 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 7 Jul 2010 19:04:48 +0000 (19:04 +0000)
Misc/NEWS

index 3b3a12bb14f45776fef5ce38162e58f400bd3b23..0022a4ee5407757284268f7ef6d1021330c057a0 100644 (file)
--- 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