Raymond Hettinger <[email protected]> added the comment:
After more thought, I've found a way to use the rich comparisons as requested. Doing so consistently required that the __eq__ method treat missing elements as having a zero count. See attached PR. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40755> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
