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 bar.harel
Recipients bar.harel, rhettinger, serhiy.storchaka
Date 2016-05-28.11:47:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464436036.49.0.171131017875.issue27141@psf.upfronthosting.co.za>
In-reply-to
Content
I thought about UserDict, but adding this simple patch to UserDict will result in infinite recursion (due to how copy is implemented in there). We will have to change the implementation of UserDict's copy method.
History
Date User Action Args
2016-05-28 11:47:16bar.harelsetrecipients: + bar.harel, rhettinger, serhiy.storchaka
2016-05-28 11:47:16bar.harelsetmessageid: <1464436036.49.0.171131017875.issue27141@psf.upfronthosting.co.za>
2016-05-28 11:47:16bar.harellinkissue27141 messages
2016-05-28 11:47:16bar.harelcreate