summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-07-18 19:20:11 (GMT)
committerMeador Inge <meadori@gmail.com>2012-07-18 19:20:11 (GMT)
commit2ca6315d151d9a376b46c4ae32ffeaf776da0cbc (patch)
treef3d2e612f1eb6113f5baa9eb49fe851dab468755 /Misc/NEWS
parent0b350c6b3e6c811a4634ee468acc6cc477b6ae30 (diff)
downloadcpython-2ca6315d151d9a376b46c4ae32ffeaf776da0cbc.zip
cpython-2ca6315d151d9a376b46c4ae32ffeaf776da0cbc.tar.gz
cpython-2ca6315d151d9a376b46c4ae32ffeaf776da0cbc.tar.bz2
Issue #15368: make bytecode generation deterministic.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1d5353a..b9b785a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #15368: An issue that caused bytecode generation to be
+ non-deterministic when using randomized hashing (-R) has been fixed.
+
- Issue #15020: The program name used to search for Python's path is now
"python3" under Unix, not "python".