This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients neologix, rpointel
Date 2011-08-23.11:59:53
SpamBayes Score 0.00016144443
Marked as misclassified No
Message-id <1314100794.6.0.250931264258.issue12827@psf.upfronthosting.co.za>
In-reply-to
Content
> /usr/tmp is not (used) on OpenBSD.

How is that a problem?
Those are just possible temporary directories to try, so if it doesn't exist, it won't be used (typically ENOENT will be catched when opening a tmpfile).
Also, since it's listed last, that's not a performance problem either.
History
Date User Action Args
2011-08-23 11:59:54neologixsetrecipients: + neologix, rpointel
2011-08-23 11:59:54neologixsetmessageid: <1314100794.6.0.250931264258.issue12827@psf.upfronthosting.co.za>
2011-08-23 11:59:54neologixlinkissue12827 messages
2011-08-23 11:59:53neologixcreate