summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-04-18 14:59:52 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-04-18 14:59:52 (GMT)
commiteca851815d654c6e6ef50fe0b38b9e9c6076ceea (patch)
tree9432ca04787993fb84fb692dcf1bc64fb97f4424 /Misc
parentec9bac4226c2315c034147ece107fdc1f061e4b5 (diff)
parentd76bc7abac37ac345878ed2db7e264f59fc79985 (diff)
downloadcpython-eca851815d654c6e6ef50fe0b38b9e9c6076ceea.zip
cpython-eca851815d654c6e6ef50fe0b38b9e9c6076ceea.tar.gz
cpython-eca851815d654c6e6ef50fe0b38b9e9c6076ceea.tar.bz2
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c32759c..641da18 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,9 +23,6 @@ Core and Builtins
fails to import now uses the new path and name attributes from
Issue #1559549.
-- Issue #14582: Import directly returns the module as returned by a loader when
- possible instead of fetching it from sys.modules.
-
- Issue #13889: Check and (if necessary) set FPU control word before calling
any of the dtoa.c string <-> float conversion functions, on MSVC builds of
Python. This fixes issues when embedding Python in a Delphi app.