summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTomás Farías <tomasfariassantana@gmail.com>2019-11-19 05:54:00 (GMT)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2019-11-19 05:54:00 (GMT)
commitfe75b62575bcfdf1c39be71c1e50257832a596db (patch)
treea1792cba0d7c91536e2e3d2cb96a235e225f2f25 /Misc
parent02b8051a5e21f3db6af80dc5526156d7cac2afa0 (diff)
downloadcpython-fe75b62575bcfdf1c39be71c1e50257832a596db.zip
cpython-fe75b62575bcfdf1c39be71c1e50257832a596db.tar.gz
cpython-fe75b62575bcfdf1c39be71c1e50257832a596db.tar.bz2
bpo-38807: Add os.PathLike to exception message raised by _check_arg_types (#17160)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-11-15-09-30-29.bpo-38807.PsmRog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-11-15-09-30-29.bpo-38807.PsmRog.rst b/Misc/NEWS.d/next/Library/2019-11-15-09-30-29.bpo-38807.PsmRog.rst
new file mode 100644
index 0000000..2bd7e3d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-11-15-09-30-29.bpo-38807.PsmRog.rst
@@ -0,0 +1 @@
+Update :exc:`TypeError` messages for :meth:`os.path.join` to include :class:`os.PathLike` objects as acceptable input types. \ No newline at end of file