[Python-Dev] Remove tempfile.mktemp() (original) (raw)

Serhiy Storchaka storchaka at gmail.com
Wed Mar 20 04:06:27 EDT 2019


19.03.19 15:39, Antoine Pitrou пише:

The fact that many projects, including well-maintained ones such Sphinx or pip, use mktemp(), may be a hint that replacing it is not as easy as the people writing the Python documentation seem to think.

Sorry, it was my mistake (searching mkdir instead of mktemp). mktemp is only used in few tests in third-party projects.



More information about the Python-Dev mailing list