diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-04-13 21:19:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-04-13 21:19:01 (GMT) |
commit | 214a7d267471b22cd458bcdac0ca74d22f2ad96a (patch) | |
tree | cbbb0ff7687599b4e481f4cc2e6de8c1d24a110e /Misc | |
parent | c1ab0bd788eeaab6816d5ab2b4a691513c4c9228 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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__ |