From 88d073dad56c7502449f2d232e5aba221d88b1e6 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 9 Sep 2015 22:46:40 -0400 Subject: whatsnew/3.5: Mention issue 22464 (About the only new feature that was worth mentioning in whatsnew without a NEWS entry) --- Doc/whatsnew/3.5.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index aec6da0..a38bbab 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 ======================= -- cgit v0.12