<div class="gmail_quote">On Mon, Feb 20, 2012 at 1:38 PM, Nick Coghlan <span dir="ltr"><<a href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Mon, Feb 20, 2012 at 7:47 PM, anatoly techtonik <<a href="mailto:techtonik@gmail.com">techtonik@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I often find this in my scripts/projects, that I run directly from checkout:<br>
><br>
> DEVPATH = os.path.dirname(os.path.abspath(__file__))<br>
> sys.path.insert(0, DEVPATH)<br>
<br>
</div>PEP 395 describes my current plan to fix sys.path initialisation<br>
(however, I can't yet promise that it will make it into 3.3, since it<br>
doesn't even have a reference implementation yet, and I have several<br>
other things I want to get done first).<br></blockquote><div><br></div>tl;dr :(</div><div class="gmail_quote"><br></div><div class="gmail_quote">The abstract doesn't give any valuable info. "proposes new mechanisms to eliminate some longstanding traps" doesn't say anything. Which mechanssms? What traps? I see there a mention of my problem with Django. How can it help to debug other sys.path problems? Do I really have to read 15 page document to understand that?</div>

<div class="gmail_quote">-- <br>anatoly t. </div>