summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-09-09 22:46:40 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-09-09 22:46:40 -0400
commit88d073dad56c7502449f2d232e5aba221d88b1e6 (patch)
treea352321d66af4bcad155e7902b6175a9248d1bbd
parent3013acc9e9aec797e95709dc7cc6df72c840f39f (diff)
downloadcpython-git-88d073dad56c7502449f2d232e5aba221d88b1e6.tar.gz
whatsnew/3.5: Mention issue 22464
(About the only new feature that was worth mentioning in whatsnew without a NEWS entry)
-rw-r--r--Doc/whatsnew/3.5.rst3
1 files changed, 3 insertions, 0 deletions
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
=======================