projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35abe19
)
Fix awkward grammar in whatsnew.
author
Zachary Ware
<zachary.ware@gmail.com>
Thu, 12 Nov 2015 04:53:47 +0000
(22:53 -0600)
committer
Zachary Ware
<zachary.ware@gmail.com>
Thu, 12 Nov 2015 04:53:47 +0000
(22:53 -0600)
Reported on docs@ by Keith Briggs.
Doc/whatsnew/3.5.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.5.rst
b/Doc/whatsnew/3.5.rst
index f3db22fa7614b38f2e18cfbf8ab0021244f1d9e9..6a2308d5ed51fff1fe4f39a92afbf02369868fb9 100644
(file)
--- a/
Doc/whatsnew/3.5.rst
+++ b/
Doc/whatsnew/3.5.rst
@@
-2098,7
+2098,7
@@
Method caching was slightly improved, yielding up to 5% performance
improvement in some benchmarks.
(Contributed by Antoine Pitrou in :issue:`22847`.)
-Objects from :mod:`random` module now use
two times
less memory on 64-bit
+Objects from :mod:`random` module now use
50%
less memory on 64-bit
builds. (Contributed by Serhiy Storchaka in :issue:`23488`.)
The :func:`property` getter calls are up to 25% faster.