diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-09-24-06-04-14.gh-issue-109590.9EMofC.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-09-24-06-04-14.gh-issue-109590.9EMofC.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-09-24-06-04-14.gh-issue-109590.9EMofC.rst b/Misc/NEWS.d/next/Library/2023-09-24-06-04-14.gh-issue-109590.9EMofC.rst deleted file mode 100644 index 647e84e..0000000 --- a/Misc/NEWS.d/next/Library/2023-09-24-06-04-14.gh-issue-109590.9EMofC.rst +++ /dev/null @@ -1,3 +0,0 @@ -:func:`shutil.which` will prefer files with an extension in ``PATHEXT`` if the given mode includes ``os.X_OK`` on win32. -If no ``PATHEXT`` match is found, a file without an extension in ``PATHEXT`` can be returned. -This change will have :func:`shutil.which` act more similarly to previous behavior in Python 3.11. |