I opened
on this
On Thu, Feb 23, 2023 at 9:17 AM 'Peter Mueller' via sage-support
>
> Secundum non datur ...:
>
> sage: L = {0}
> sage: L == Set(L)
> True
> sage: L != Set(L)
> True
>
> How can this happen?! With the python bulltin `set` instead of `Set` I get the expected behavior though. (I'm using Sage version 9.8.)
>
> -- Peter Mueller
>
> --
> You received this message because you are subscribed to the Google Groups "sage-support" group.