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 lukasz.langa
Recipients Winterflower, asvetlov, lukasz.langa, rbcollins
Date 2016-12-21.18:33:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482345227.15.0.976781349957.issue16058@psf.upfronthosting.co.za>
In-reply-to
Content
Solved in 3.2+ by making it compatible with the Mapping protocol. So while you can't do deepcopy(), you can `parser2.read_dict(parser1)`.
History
Date User Action Args
2016-12-21 18:33:47lukasz.langasetrecipients: + lukasz.langa, rbcollins, asvetlov, Winterflower
2016-12-21 18:33:47lukasz.langasetmessageid: <1482345227.15.0.976781349957.issue16058@psf.upfronthosting.co.za>
2016-12-21 18:33:47lukasz.langalinkissue16058 messages
2016-12-21 18:33:47lukasz.langacreate