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.
|