commit | f751bc9c01b8c5c3dd99e188b348a63eb0b893af | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Jul 02 13:46:42 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Jul 02 13:46:42 2010 +0000 |
tree | fb35226a63bd584d10922eb220241b7dd4b5f5d0 | |
parent | b0125892e6fcdbb2c726322e702e5513ac42ba39 [diff] [blame] |
fix lookup of __ceil__
diff --git a/Misc/NEWS b/Misc/NEWS index 2671d85..94de171 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1374,8 +1374,8 @@ Extension Modules ----------------- -- In the math module, correctly lookup __trunc__ and __floor__ as special - methods. +- In the math module, correctly lookup __trunc__, __ceil__, and __floor__ as + special methods. - Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000. Prior to this change, timezone adjustment in utctimetuple()