>>> Same here. In fact, is there a good reason to have mkstemp() return the >> > fd (except backward compatibility)? >> >> Except for backwards compatibility: is there a good reason to keep >> os.mkstemp at all? > > Greg Ewing's use-case is one I've also had at times - ie. as a > convenience function for creating a "somewhat temporary" file that is > randomly named, but persists beyond the closing of the file. If the > function doesn't stay in os it doesn't make any difference to me > though :-) I was talking about the specific implementation, which happens to be a wrapper around the C library's mkstemp. For the use case in question, I think passing delete=False to NamedTemporaryFile would work just as well. Regards, Martin
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4