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 jab
Recipients gvanrossum, jab, rhettinger
Date 2016-12-08.23:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481240040.85.0.940568454428.issue28912@psf.upfronthosting.co.za>
In-reply-to
Content
This patch improves the OrderedMapping.__eq__ implementation to be more generic in the case that ``other`` is an unordered Mapping of the same length as ``self``.
History
Date User Action Args
2016-12-08 23:34:00jabsetrecipients: + jab, gvanrossum, rhettinger
2016-12-08 23:34:00jabsetmessageid: <1481240040.85.0.940568454428.issue28912@psf.upfronthosting.co.za>
2016-12-08 23:34:00jablinkissue28912 messages
2016-12-08 23:34:00jabcreate