summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-07-18 19:28:55 (GMT)
committerMeador Inge <meadori@gmail.com>2012-07-18 19:28:55 (GMT)
commit1f336adc8f2107f5788d3176f0c24e96c1080ceb (patch)
treea1ad70dce05a1afa883c69a8bc8fe417d8aa2747 /Misc
parentc5afd42df886eec6c3008f8de1de21c3413308a8 (diff)
parent2ca6315d151d9a376b46c4ae32ffeaf776da0cbc (diff)
downloadcpython-1f336adc8f2107f5788d3176f0c24e96c1080ceb.zip
cpython-1f336adc8f2107f5788d3176f0c24e96c1080ceb.tar.gz
cpython-1f336adc8f2107f5788d3176f0c24e96c1080ceb.tar.bz2
Issue #15368: make bytecode generation deterministic.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1f11b4a..62a9445 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 2?
Core and Builtins
-----------------
+- Issue #15368: An issue that caused bytecode generation to be
+ non-deterministic has been fixed.
+
- Issue #15202: Consistently use the name "follow_symlinks" for
new parameters in os and shutil functions.