[Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5
zach.ware
python-checkins at python.org
Thu Nov 12 00:00:14 EST 2015
https://hg.python.org/cpython/rev/fd273cac682a
changeset: 99059:fd273cac682a
parent: 99057:fb4e1ec45167
parent: 99058:353d389def60
user: Zachary Ware <zachary.ware at gmail.com>
date: Wed Nov 11 22:54:28 2015 -0600
summary:
Merge with 3.5
files:
Doc/whatsnew/3.5.rst | 2 +-
1 files changed, 1 insertions(+), 1 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
@@ -2098,7 +2098,7 @@
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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list