diff options
author | Steve Dower <steve.dower@python.org> | 2019-10-03 15:31:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 15:31:03 (GMT) |
commit | a0e3d27e4e3cb5b67e325df080fb18b70c2910cf (patch) | |
tree | 53315214f83bc774e1c9dc1e0ab1887527208205 /Misc | |
parent | 098e25672f1c3578855d5ded4f5147795c9ed956 (diff) | |
download | cpython-a0e3d27e4e3cb5b67e325df080fb18b70c2910cf.zip cpython-a0e3d27e4e3cb5b67e325df080fb18b70c2910cf.tar.gz cpython-a0e3d27e4e3cb5b67e325df080fb18b70c2910cf.tar.bz2 |
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-10-02-15-38-49.bpo-38355.n3AWX6.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-10-02-15-38-49.bpo-38355.n3AWX6.rst b/Misc/NEWS.d/next/Windows/2019-10-02-15-38-49.bpo-38355.n3AWX6.rst new file mode 100644 index 0000000..56e0f56 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-10-02-15-38-49.bpo-38355.n3AWX6.rst @@ -0,0 +1 @@ +Fixes ``ntpath.realpath`` failing on ``sys.executable``. |