Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!panix!not-for-mail From: kj Newsgroups: comp.lang.python Subject: Why doesn't Python remember the initial directory? Date: Sun, 19 Aug 2012 20:42:16 +0000 (UTC) Organization: none Lines: 10 Message-ID: NNTP-Posting-Host: panix3.panix.com X-Trace: reader1.panix.com 1345408936 2572 166.84.1.3 (19 Aug 2012 20:42:16 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Sun, 19 Aug 2012 20:42:16 +0000 (UTC) X-No-Confirm: yes User-Agent: nn/6.7.3 X-Received-Bytes: 912 Xref: csiph.com comp.lang.python:27429 As far as I've been able to determine, Python does not remember (immutably, that is) the working directory at the program's start-up, or, if it does, it does not officially expose this information. Does anyone know why this is? Is there a PEP stating the rationale for it? Thanks!