diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-02-22 18:39:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-22 18:39:26 (GMT) |
commit | 48e8c82fc63d2ddcddce8aa637a892839b551619 (patch) | |
tree | 37ad07f40dacd72bbd565fedbbefdd83d57cc4f7 /Misc | |
parent | 23ad6d0d1a7a6145a01494f4f3913a63d1f0250c (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2018-02-19-08-54-06.bpo-32457.vVP0Iz.rst | 1 |
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. |