summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-01-24 16:18:24 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-01-24 16:18:24 (GMT)
commit7d0e0c9f7b0b86a25f10739b3c01195c8154f495 (patch)
treef6bc4c600d5426acadd34d8d7f3a954908fcf7d3 /Misc
parentb95b56150fc3e7834783b54acdddeaed4fe44e27 (diff)
downloadcpython-7d0e0c9f7b0b86a25f10739b3c01195c8154f495.zip
cpython-7d0e0c9f7b0b86a25f10739b3c01195c8154f495.tar.gz
cpython-7d0e0c9f7b0b86a25f10739b3c01195c8154f495.tar.bz2
Closes #23253: Delay-load ShellExecute
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 127a747..50e4bbe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #23253: Delay-load ShellExecute[AW] in os.startfile for reduced
+ startup overhead on Windows.
+
- Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for
atomic memory access if available. Patch written by Vitor de Lima and Gustavo
Temple.