summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2019-02-13 11:25:10 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-02-13 11:25:10 (GMT)
commit5680f6546dcda550ad70eefa0a5ebf1375303307 (patch)
treea939a3f76aa23de3782692c486ec5bc69ea54fce /Misc
parentcfd31f0af20f76849bbec6185efea01c72349f2a (diff)
downloadcpython-5680f6546dcda550ad70eefa0a5ebf1375303307.zip
cpython-5680f6546dcda550ad70eefa0a5ebf1375303307.tar.gz
cpython-5680f6546dcda550ad70eefa0a5ebf1375303307.tar.bz2
bpo-18283: Add support for bytes to shutil.which (GH-11818)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-02-11-09-24-08.bpo-18283.BT3Jhc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-02-11-09-24-08.bpo-18283.BT3Jhc.rst b/Misc/NEWS.d/next/Library/2019-02-11-09-24-08.bpo-18283.BT3Jhc.rst
new file mode 100644
index 0000000..85704a3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-02-11-09-24-08.bpo-18283.BT3Jhc.rst
@@ -0,0 +1 @@
+Add support for bytes to :func:`shutil.which`.