[Python-Dev] Remove tempfile.mktemp()
Serhiy Storchaka
storchaka at gmail.com
Wed Mar 20 04:06:27 EDT 2019
More information about the Python-Dev mailing list
Wed Mar 20 04:06:27 EDT 2019
- Previous message (by thread): [Python-Dev] Remove tempfile.mktemp()
- Next message (by thread): [Python-Dev] Remove tempfile.mktemp()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): [Python-Dev] Remove tempfile.mktemp()
- Next message (by thread): [Python-Dev] Remove tempfile.mktemp()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list