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 eric.araujo
Recipients Kain94, eric.araujo, georg.brandl, r.david.murray, rhettinger, stutzbach, terry.reedy, ysj.ray
Date 2011-02-12.20:15:38
SpamBayes Score 2.9484999e-09
Marked as misclassified No
Message-id <1297541739.26.0.799138603385.issue9523@psf.upfronthosting.co.za>
In-reply-to
Content
> Add rich compare functions and disjoint() method to dbm view objects
> to make them as MappingView objects, and add abc registration for them.
I’d prefer you not to register them, but test isinstance(keys(), KeysView), so that we’re sure no method is missing.  (Does not validate behavior, but it’s a starting point.)

Other comments on Rietveld (the code review site).

BTW, if you’re posting updated patches on Rietveld you can remove patches from this bug report, so that people don’t review old patches.  It would also be simpler to keep all discussion there :)
History
Date User Action Args
2011-02-12 20:15:39eric.araujosetrecipients: + eric.araujo, georg.brandl, rhettinger, terry.reedy, stutzbach, r.david.murray, Kain94, ysj.ray
2011-02-12 20:15:39eric.araujosetmessageid: <1297541739.26.0.799138603385.issue9523@psf.upfronthosting.co.za>
2011-02-12 20:15:38eric.araujolinkissue9523 messages
2011-02-12 20:15:38eric.araujocreate