projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3013acc
)
whatsnew/3.5: Mention issue 22464
author
Yury Selivanov
<yselivanov@sprymix.com>
Thu, 10 Sep 2015 02:46:40 +0000
(22:46 -0400)
committer
Yury Selivanov
<yselivanov@sprymix.com>
Thu, 10 Sep 2015 02:46:40 +0000
(22:46 -0400)
(About the only new feature that was worth mentioning in
whatsnew without a NEWS entry)
Doc/whatsnew/3.5.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.5.rst
b/Doc/whatsnew/3.5.rst
index aec6da0082dabc444c7e7377bb3be4bc4e6095ca..a38bbab803bdcb0f257dd7ec57c6b4153908c445 100644
(file)
--- 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
=======================