mojo
mojo copied to clipboard
[mojo-stdlib] Add tempdir / tempfile functionality to os/Pathlib
Review Mojo's priorities
- [X] I have read the roadmap and priorities and I believe this request falls within the priorities.
What is your request?
Add tempdir
and tempfile
functions to the pathlib
module.
What is your motivation for this change?
These are generally useful functions that exist in the Python ecosystem that we should have in our pathlib
module.
Any other details?
No response