diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-07 19:04:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-07 19:04:48 (GMT) |
commit | a9800a8d5b55d43df36d26f6e15709781c0d00aa (patch) | |
tree | 9f2feafa352a8717b84da559864795ef501f253c | |
parent | b9137848ae12801e3454228bbf6c8f357986ecbd (diff) | |
download | cpython-a9800a8d5b55d43df36d26f6e15709781c0d00aa.zip cpython-a9800a8d5b55d43df36d26f6e15709781c0d00aa.tar.gz cpython-a9800a8d5b55d43df36d26f6e15709781c0d00aa.tar.bz2 |
add NEWS
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |