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 thomas.holmes
Recipients brett.cannon, pitrou, r.david.murray, roysmith, thomas.holmes
Date 2010-01-27.03:46:35
SpamBayes Score 0.01703565
Marked as misclassified No
Message-id <1264563997.86.0.747725004428.issue7325@psf.upfronthosting.co.za>
In-reply-to
Content
One other thing that crossed my mind while I was thinking over this today.  Instead of just relative pathing to '.' I should probably change my path to gettempdir() and then relative path to it since the location of the python executable may not be writable.

Any thoughts on how to go about testing this in a way that is most likely to succeed in all cases and respect OS permissions?
History
Date User Action Args
2010-01-27 03:46:37thomas.holmessetrecipients: + thomas.holmes, brett.cannon, roysmith, pitrou, r.david.murray
2010-01-27 03:46:37thomas.holmessetmessageid: <1264563997.86.0.747725004428.issue7325@psf.upfronthosting.co.za>
2010-01-27 03:46:35thomas.holmeslinkissue7325 messages
2010-01-27 03:46:35thomas.holmescreate