summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-09-14-15-52-47.bpo-45192.DjA-BI.rst
blob: 7dd9795aaa17086f5835f92eda5ba7194004ecff (plain)
1
2
3
4
5
Fix the ``tempfile._infer_return_type`` function so that the ``dir``
argument of the :mod:`tempfile` functions accepts an object implementing the
``os.PathLike`` protocol.

Patch by Kyungmin Lee.