commit | a9800a8d5b55d43df36d26f6e15709781c0d00aa | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Jul 07 19:04:48 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Jul 07 19:04:48 2010 +0000 |
tree | 9f2feafa352a8717b84da559864795ef501f253c | |
parent | b9137848ae12801e3454228bbf6c8f357986ecbd [diff] [blame] |
add NEWS
diff --git a/Misc/NEWS b/Misc/NEWS index 3b3a12b..0022a4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1396,6 +1396,9 @@ 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