summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-13 15:02:12 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-13 15:02:12 +0300
commitdce0405f033b8da939f8c8500f60397fe954cba9 (patch)
tree11d7beba241695ef56225891ba5cde0891199aeb /Misc/NEWS
parent50c72d27787d647654cac4563d63be4cc39553a1 (diff)
downloadcpython-git-dce0405f033b8da939f8c8500f60397fe954cba9.tar.gz
Issue #23488: Random generator objects now consume 2x less memory on 64-bit.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b15d70f10d..cba54323fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,8 @@ Core and Builtins
Library
-------
+- Issue #23488: Random generator objects now consume 2x less memory on 64-bit.
+
- Issue #1322: platform.dist() and platform.linux_distribution() functions are
now deprecated. Initial patch by Vajrasky Kok.