diff options
| author | Yury Selivanov <yselivanov@sprymix.com> | 2015-09-09 22:46:40 -0400 |
|---|---|---|
| committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-09-09 22:46:40 -0400 |
| commit | 88d073dad56c7502449f2d232e5aba221d88b1e6 (patch) | |
| tree | a352321d66af4bcad155e7902b6175a9248d1bbd | |
| parent | 3013acc9e9aec797e95709dc7cc6df72c840f39f (diff) | |
| download | cpython-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.rst | 3 |
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 ======================= |
