summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-08-25 02:53:56 (GMT)
committerLarry Hastings <larry@hastings.org>2015-08-25 02:53:56 (GMT)
commit1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3 (patch)
tree836104fd30d40ea75ee8ce2ebb4950825f9ac451 /Misc
parent7250d02b738692fb76a47d75691cca6ba1561040 (diff)
downloadcpython-1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3.zip
cpython-1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3.tar.gz
cpython-1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3.tar.bz2
Issue #24769: Interpreter now starts properly when dynamic loading
is disabled. Patch by Petr Viktorin.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 804f43b..422eaa6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: 2015-08-23
Core and Builtins
-----------------
+- Issue #24769: Interpreter now starts properly when dynamic loading
+ is disabled. Patch by Petr Viktorin.
+
- Issue #21167: NAN operations are now handled correctly when python is
compiled with ICC even if -fp-model strict is not specified.
@@ -20,6 +23,7 @@ Library
- Issue #24839: platform._syscmd_ver raises DeprecationWarning
+
What's New in Python 3.5.0 release candidate 1?
===============================================