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 methane
Recipients anton.barkovsky, gregory.p.smith, htgoebel, methane, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2017-01-31.12:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485867107.46.0.670012426135.issue15373@psf.upfronthosting.co.za>
In-reply-to
Content
I agree.
os.environ is not dict, it's a proxy of "current" environment which
is not copyable.
So I agree to copy.copy() shouldn't copy os.environ implicitly.
History
Date User Action Args
2017-01-31 12:51:47methanesetrecipients: + methane, rhettinger, gregory.p.smith, htgoebel, pitrou, r.david.murray, serhiy.storchaka, anton.barkovsky
2017-01-31 12:51:47methanesetmessageid: <1485867107.46.0.670012426135.issue15373@psf.upfronthosting.co.za>
2017-01-31 12:51:47methanelinkissue15373 messages
2017-01-31 12:51:47methanecreate