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 ncoghlan
Recipients Alan.Williams, Arfrever, benjamin.peterson, christian.heimes, eric.araujo, eric.snow, georg.brandl, hasufell, hynek, iankko, jdemeyer, ncoghlan, robertwb, schmir, tarek, vbraun, vstinner
Date 2012-10-15.15:38:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350315486.72.0.0901018353363.issue16202@psf.upfronthosting.co.za>
In-reply-to
Content
It's actually the same as #946373 - it's not about adding the current directory to sys.path, it's adding the directory of a script that's in a world-writable directory (such as /tmp).

The difference is that the proposed solution this time recognises that simply not adding that directory would break the world, so it aims for a more nuanced approach (plus distutils itself writing a script to /tmp and then running it is just plain wrong).
History
Date User Action Args
2012-10-15 15:38:06ncoghlansetrecipients: + ncoghlan, georg.brandl, vstinner, christian.heimes, schmir, robertwb, benjamin.peterson, tarek, eric.araujo, Arfrever, iankko, eric.snow, hynek, jdemeyer, Alan.Williams, vbraun, hasufell
2012-10-15 15:38:06ncoghlansetmessageid: <1350315486.72.0.0901018353363.issue16202@psf.upfronthosting.co.za>
2012-10-15 15:38:06ncoghlanlinkissue16202 messages
2012-10-15 15:38:06ncoghlancreate