diff options
author | Larry Hastings <larry@hastings.org> | 2015-08-25 02:53:56 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-08-25 02:53:56 (GMT) |
commit | 1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3 (patch) | |
tree | 836104fd30d40ea75ee8ce2ebb4950825f9ac451 /Misc | |
parent | 7250d02b738692fb76a47d75691cca6ba1561040 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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? =============================================== |