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 christian.heimes
Recipients Alan.Williams, Arfrever, christian.heimes, hynek, jdemeyer, robertwb, schmir, vbraun
Date 2012-10-12.16:13:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350058436.61.0.346426493099.issue16202@psf.upfronthosting.co.za>
In-reply-to
Content
I'm all in favor for the proposal to add a warning when the script is in a world-writable directory. But any modification can't be added to stable version as it's a new feature.

Robert, you have to cleanup and remove the directory manually at the end of the block. mkdtemp() creates the directory but doesn't do house keeping.
History
Date User Action Args
2012-10-12 16:13:56christian.heimessetrecipients: + christian.heimes, schmir, robertwb, Arfrever, hynek, jdemeyer, Alan.Williams, vbraun
2012-10-12 16:13:56christian.heimessetmessageid: <1350058436.61.0.346426493099.issue16202@psf.upfronthosting.co.za>
2012-10-12 16:13:56christian.heimeslinkissue16202 messages
2012-10-12 16:13:56christian.heimescreate