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 pje
Recipients pje, snprbob86
Date 2009-11-05.15:39:49
SpamBayes Score 0.30481583
Marked as misclassified No
Message-id <1257435591.08.0.58238876008.issue7250@psf.upfronthosting.co.za>
In-reply-to
Content
The os_environ attribute is only used in one place; this line:

   env = self.environ = self.os_environ.copy()

So, nothing is shared.
History
Date User Action Args
2009-11-05 15:39:51pjesetrecipients: + pje, snprbob86
2009-11-05 15:39:51pjesetmessageid: <1257435591.08.0.58238876008.issue7250@psf.upfronthosting.co.za>
2009-11-05 15:39:49pjelinkissue7250 messages
2009-11-05 15:39:49pjecreate