summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-02-22 18:39:26 (GMT)
committerGitHub <noreply@github.com>2018-02-22 18:39:26 (GMT)
commit48e8c82fc63d2ddcddce8aa637a892839b551619 (patch)
tree37ad07f40dacd72bbd565fedbbefdd83d57cc4f7 /Misc/NEWS.d/next
parent23ad6d0d1a7a6145a01494f4f3913a63d1f0250c (diff)
downloadcpython-48e8c82fc63d2ddcddce8aa637a892839b551619.zip
cpython-48e8c82fc63d2ddcddce8aa637a892839b551619.tar.gz
cpython-48e8c82fc63d2ddcddce8aa637a892839b551619.tar.bz2
bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Windows/2018-02-19-08-54-06.bpo-32457.vVP0Iz.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2018-02-19-08-54-06.bpo-32457.vVP0Iz.rst b/Misc/NEWS.d/next/Windows/2018-02-19-08-54-06.bpo-32457.vVP0Iz.rst
new file mode 100644
index 0000000..b55ec82
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2018-02-19-08-54-06.bpo-32457.vVP0Iz.rst
@@ -0,0 +1 @@
+Improves handling of denormalized executable path when launching Python.