Message 349246 - Python tracker

Message349246

Author rhettinger
Recipients Marco Sulla, eli.bendersky, rhettinger, scoder
Date 2019-08-08.18:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565289240.4.0.912290245245.issue37792@roundup.psfhosted.org>
In-reply-to
Content
By default, all objects compare based solely on identity.

Are you making a feature request for Element objects to grow a recursive equality test that includes attributes regardless of order and disregards processing instructions and comments?

What is you principal use case?
History
Date User Action Args
2019-08-08 18:34:00rhettingersetrecipients: + rhettinger, scoder, eli.bendersky, Marco Sulla
2019-08-08 18:34:00rhettingersetmessageid: <1565289240.4.0.912290245245.issue37792@roundup.psfhosted.org>
2019-08-08 18:34:00rhettingerlinkissue37792 messages
2019-08-08 18:34:00rhettingercreate