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 orsenthil
Recipients brian.curtin, orsenthil, techtonik
Date 2010-06-28.17:14:53
SpamBayes Score 0.035192687
Marked as misclassified No
Message-id <20100628171446.GC10019@remy>
In-reply-to <1277743811.43.0.832097170385.issue9097@psf.upfronthosting.co.za>
Content
On Mon, Jun 28, 2010 at 04:50:12PM +0000, anatoly techtonik wrote:
>I also can't see how can I verify you assumptions by looking at the code.

In the python source:

find -name "*.py" | xargs grep 'os.chdir'

gives 143 instances of its usage. 

I looked a couple of them (subprocess.py, forking.py) and found that
returning a value as per your suggestion would add in an additional
line of code instead of any obvious advantage.
History
Date User Action Args
2010-06-28 17:14:55orsenthilsetrecipients: + orsenthil, techtonik, brian.curtin
2010-06-28 17:14:54orsenthillinkissue9097 messages
2010-06-28 17:14:53orsenthilcreate