summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-04-17 15:44:06 (GMT)
committerGitHub <noreply@github.com>2019-04-17 15:44:06 (GMT)
commit197f0447e3bcfa4f529fedab09966d7e3d283979 (patch)
tree8a8aa6dd1696d86512f7f438796c986c6224ef2c /Misc
parent693c104ae74feea11f0b51176dc91ecd153230c0 (diff)
downloadcpython-197f0447e3bcfa4f529fedab09966d7e3d283979.zip
cpython-197f0447e3bcfa4f529fedab09966d7e3d283979.tar.gz
cpython-197f0447e3bcfa4f529fedab09966d7e3d283979.tar.bz2
bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-04-16-17-50-39.bpo-35755.Fg4EXb.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-16-17-50-39.bpo-35755.Fg4EXb.rst b/Misc/NEWS.d/next/Library/2019-04-16-17-50-39.bpo-35755.Fg4EXb.rst
index 8e92ffd..d84f63b 100644
--- a/Misc/NEWS.d/next/Library/2019-04-16-17-50-39.bpo-35755.Fg4EXb.rst
+++ b/Misc/NEWS.d/next/Library/2019-04-16-17-50-39.bpo-35755.Fg4EXb.rst
@@ -2,5 +2,4 @@
``os.confstr("CS_PATH")`` if available instead of :data:`os.defpath`, if the
``PATH`` environment variable is not set. Moreover, don't use
``os.confstr("CS_PATH")`` nor :data:`os.defpath` if the ``PATH`` environment
-variable is set to an empty string to mimick Unix ``which`` command
-behavior.
+variable is set to an empty string.