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 rhettinger
Recipients alexandre.vassalotti, gvanrossum, pitrou, rhettinger, serhiy.storchaka, stutzbach
Date 2016-06-06.00:05:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465171517.73.0.381737941068.issue23401@psf.upfronthosting.co.za>
In-reply-to
Content
> Raymond, what is your opinion?

Whether and how to pickle should be at the discretion of a concrete class rather than a requirement for being a mapping.  For example, it may not make any sense for a persistent dictionary such as a FileDict or an SQLDict.  Also, my mental model of a mapping view is something that is transparent, a window to the world rather than the world itself.
History
Date User Action Args
2016-06-06 00:05:17rhettingersetrecipients: + rhettinger, gvanrossum, pitrou, alexandre.vassalotti, stutzbach, serhiy.storchaka
2016-06-06 00:05:17rhettingersetmessageid: <1465171517.73.0.381737941068.issue23401@psf.upfronthosting.co.za>
2016-06-06 00:05:17rhettingerlinkissue23401 messages
2016-06-06 00:05:17rhettingercreate