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-30.07:51:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485762710.61.0.243162520517.issue15373@psf.upfronthosting.co.za>
In-reply-to
Content
patch looks OK.
But I prefer `__deepcopy__ = __copy__ = copy`.

I don't know how to support pickling. (should unpickled object
reference os.environ, or copied dict?)
I feel it is different issue.
History
Date User Action Args
2017-01-30 07:51:50methanesetrecipients: + methane, rhettinger, gregory.p.smith, htgoebel, pitrou, r.david.murray, serhiy.storchaka, anton.barkovsky
2017-01-30 07:51:50methanesetmessageid: <1485762710.61.0.243162520517.issue15373@psf.upfronthosting.co.za>
2017-01-30 07:51:50methanelinkissue15373 messages
2017-01-30 07:51:50methanecreate