summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-04-13 21:19:01 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-04-13 21:19:01 (GMT)
commit214a7d267471b22cd458bcdac0ca74d22f2ad96a (patch)
treecbbb0ff7687599b4e481f4cc2e6de8c1d24a110e /Misc
parentc1ab0bd788eeaab6816d5ab2b4a691513c4c9228 (diff)
downloadcpython-214a7d267471b22cd458bcdac0ca74d22f2ad96a.zip
cpython-214a7d267471b22cd458bcdac0ca74d22f2ad96a.tar.gz
cpython-214a7d267471b22cd458bcdac0ca74d22f2ad96a.tar.bz2
properly lookup the __round__ special method (closes #17722)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b0a6595..c50b41a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #17722: When looking up __round__, resolve descriptors.
+
- Issue #16061: Speed up str.replace() for replacing 1-character strings.
- Issue #17715: Fix segmentation fault from raising an exception in a __trunc__