summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-13 22:46:37 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-13 22:46:37 -0700
commit1f28a4749ba0dd85686b17bd649b0de0dd584b1a (patch)
treee1e60f88e097645067c5bc6c7cee49023c4a19c6 /Misc/NEWS
parent59e5e0dca2af635ebe0098ef8c2673664e2bde59 (diff)
parente9078859322cbf67576b57aa0ad366ca4097f8c1 (diff)
downloadcpython-git-1f28a4749ba0dd85686b17bd649b0de0dd584b1a.tar.gz
merge heads
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 246ac72e9f..e61e98b9c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #28131: Fix a regression in zipimport's compile_source(). zipimport
+ should use the same optimization level as the interpreter.
+
- Issue #25221: Fix corrupted result from PyLong_FromLong(0) when
Python is compiled with NSMALLPOSINTS = 0.