On Sat, Jun 27, 2020 at 04:57:32PM +1000, Steven D'Aprano wrote:
I did find one thing... I was removing an unorded sequence by dropping the elements into a set then converting back to a list, and documented it as "last seen wins" in the case of duplicates.
Sheesh, I was removing *duplicates* from an *unordered* sequence.
I need a proof reader.