[Python-checkins] cpython (3.5): whatsnew/3.5: Mention issue 22464

yury.selivanov python-checkins at python.org
Thu Sep 10 04:47:10 CEST 2015


https://hg.python.org/cpython/rev/6c8e2c6e3a99
changeset:   97847:6c8e2c6e3a99
branch:      3.5
parent:      97844:f799482ebd8c
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Sep 09 22:46:40 2015 -0400
summary:
  whatsnew/3.5: Mention issue 22464

(About the only new feature that was worth mentioning in
whatsnew without a NEWS entry)

files:
  Doc/whatsnew/3.5.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1355,6 +1355,9 @@
 * 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
 =======================

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list