Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-45192: Add Misc/NEWS.d
  • Loading branch information
rekyungmin committed Sep 14, 2021
commit 7cf154b15819cc4a346057b63ba143d8b74e3660
Original file line number Diff line number Diff line change
@@ -0,0 +1,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[bytes]`` protocol.

Patch by Kyungmin Lee.