revisiting the "What am I running on?" question

Chris Angelico rosuav at gmail.com
Wed Feb 20 09:02:12 EST 2019


On Thu, Feb 21, 2019 at 1:00 AM songbird <songbird at anthive.com> wrote:
>   anyways, one thing i do like about an actual
> probe of the temporary kind is that i can answer
> the question of:
>
>   "Do I have temporary directory and file creation
> permissions on this system or not?"

Then ask that question instead! And the answer might well be here:

https://docs.python.org/3/library/tempfile.html

ChrisA



More information about the Python-list mailing list