From: Yury Selivanov Date: Thu, 10 Sep 2015 02:46:40 +0000 (-0400) Subject: whatsnew/3.5: Mention issue 22464 X-Git-Tag: v3.5.1rc1~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88d073dad56c7502449f2d232e5aba221d88b1e6;p=python whatsnew/3.5: Mention issue 22464 (About the only new feature that was worth mentioning in whatsnew without a NEWS entry) --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index aec6da0082..a38bbab803 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1355,6 +1355,9 @@ The following performance enhancements have been added: * property() getter calls are up to 25% faster. (Contributed by Joe Jevnik in :issue:`23910`.) +* Instantiation of :class:`fractions.Fraction` is now up to 30% faster. + (Contributed by Stefan Behnel in :issue:`22464`.) + Build and C API Changes =======================