Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103382
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Make a unique filesystem path, without creating the file |
| Date | 2016-02-23 11:18 +1100 |
| Message-ID | <mailman.56.1456187612.20994.python-list@python.org> (permalink) |
| References | (2 earlier) <CAG93HwGRsvcc=9rGgOA=oi6C-3pTk-Kr3g4dxCN0ivvixTVPWw@mail.gmail.com> <85mvr26dij.fsf@benfinney.id.au> <56CB4F60.4010201@stoneleaf.us> <85povoz7hg.fsf@benfinney.id.au> <CAHVvXxQH3-u6HW0w+OCeFoDtjnmrFDQTLFft4CkU8TEQ8nynUg@mail.gmail.com> |
Oscar Benjamin <oscar.j.benjamin@gmail.com> writes: > What does unpredictable mean in this context? Maybe I'm reading too > much into that... I think you may be, yes. The request in this thread requires making direct use of the “generate a new valid temporary fielsystem path” functionality already implemented in ‘tempfile’. Implementations of that functionality outside of ‘tempfile’ are a fun exercise, but miss the point of this thread. -- \ “But Marge, what if we chose the wrong religion? Each week we | `\ just make God madder and madder.” —Homer, _The Simpsons_ | _o__) | Ben Finney
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Make a unique filesystem path, without creating the file Ben Finney <ben+python@benfinney.id.au> - 2016-02-23 11:18 +1100 Re: Make a unique filesystem path, without creating the file Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2016-02-23 00:53 +0000
csiph-web