Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102975 > unrolled thread
| Started by | Roel Schroeven <roel@roelschroeven.net> |
|---|---|
| First post | 2016-02-15 23:22 +0100 |
| Last post | 2016-02-15 23:22 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Make a unique filesystem path, without creating the file Roel Schroeven <roel@roelschroeven.net> - 2016-02-15 23:22 +0100
| From | Roel Schroeven <roel@roelschroeven.net> |
|---|---|
| Date | 2016-02-15 23:22 +0100 |
| Subject | Re: Make a unique filesystem path, without creating the file |
| Message-ID | <mailman.148.1455574986.22075.python-list@python.org> |
Ben Finney schreef op 2016-02-14 22:46: > How should a program generate a unique filesystem path and *not* create > the filesystem entry? > ... > What standard library function should I be using to generate > ‘tempfile.mktemp’-like unique paths, and *not* ever create a real file > by that path? Use uuid.uuid1()? -- The saddest aspect of life right now is that science gathers knowledge faster than society gathers wisdom. -- Isaac Asimov Roel Schroeven
Back to top | Article view | comp.lang.python
csiph-web