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 thomir
Recipients Michael Crouch, docs@python, rhettinger, serhiy.storchaka, thomir
Date 2016-09-12.02:24:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473647056.77.0.989048523042.issue26557@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that adds a sentence to the UserDict module docs explicitly stating that the viewkeys, viewitems, and viewvalues functions are not implemented. I don't think it's worth adding support for these newer functions in UserDict. I'm unsure whether landing this patch is as necessary as the patch for the shelve module.
History
Date User Action Args
2016-09-12 02:24:16thomirsetrecipients: + thomir, rhettinger, docs@python, serhiy.storchaka, Michael Crouch
2016-09-12 02:24:16thomirsetmessageid: <1473647056.77.0.989048523042.issue26557@psf.upfronthosting.co.za>
2016-09-12 02:24:16thomirlinkissue26557 messages
2016-09-12 02:24:16thomircreate