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 gjb1002
Recipients gjb1002, ronaldoussoren, tebeka
Date 2009-11-26.18:27:43
SpamBayes Score 3.7399099e-07
Marked as misclassified No
Message-id <1259260065.63.0.98141409806.issue4057@psf.upfronthosting.co.za>
In-reply-to
Content
I can see your point, though I think particularly in this case it's
(unfortunately) fairly common that scripts on POSIX platforms read $PWD
instead of finding the current working directory properly. 

I'm probably not the first person that has had to set PWD explicitly in
a python program for this reason. Yes, it's really the fault of the
people who maintain the script I'm calling, but I don't think setting
PWD on POSIX could have any bad effects and should surely be easy to do?
History
Date User Action Args
2009-11-26 18:27:45gjb1002setrecipients: + gjb1002, ronaldoussoren, tebeka
2009-11-26 18:27:45gjb1002setmessageid: <1259260065.63.0.98141409806.issue4057@psf.upfronthosting.co.za>
2009-11-26 18:27:44gjb1002linkissue4057 messages
2009-11-26 18:27:44gjb1002create