From: Benjamin Peterson Date: Wed, 7 Jul 2010 19:04:48 +0000 (+0000) Subject: add NEWS X-Git-Tag: v3.2a1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9800a8d5b55d43df36d26f6e15709781c0d00aa;p=thirdparty%2FPython%2Fcpython.git add NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 3b3a12bb14f4..0022a4ee5407 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