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 ronaldoussoren
Recipients gjb1002, ronaldoussoren, tebeka
Date 2009-11-26.16:02:30
SpamBayes Score 0.00030751774
Marked as misclassified No
Message-id <1259251351.88.0.732513590501.issue4057@psf.upfronthosting.co.za>
In-reply-to
Content
In most shells $PWD is a magic variable that is maintained by the shell 
itself. 

IMHO python has no reason to mess with variables that happen to be defined 
by some shells. If subprocess were to set $PWD, os.setuid should set $UID, 
and there may be other magic variables as well.
History
Date User Action Args
2009-11-26 16:02:32ronaldoussorensetrecipients: + ronaldoussoren, tebeka, gjb1002
2009-11-26 16:02:31ronaldoussorensetmessageid: <1259251351.88.0.732513590501.issue4057@psf.upfronthosting.co.za>
2009-11-26 16:02:30ronaldoussorenlinkissue4057 messages
2009-11-26 16:02:30ronaldoussorencreate