summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-02 13:46:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-02 13:46:42 (GMT)
commitf751bc9c01b8c5c3dd99e188b348a63eb0b893af (patch)
treefb35226a63bd584d10922eb220241b7dd4b5f5d0 /Misc
parentb0125892e6fcdbb2c726322e702e5513ac42ba39 (diff)
downloadcpython-f751bc9c01b8c5c3dd99e188b348a63eb0b893af.zip
cpython-f751bc9c01b8c5c3dd99e188b348a63eb0b893af.tar.gz
cpython-f751bc9c01b8c5c3dd99e188b348a63eb0b893af.tar.bz2
fix lookup of __ceil__
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2671d85..94de171 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1374,8 +1374,8 @@ Library
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()