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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/9b354d1b-7d08-48d4-9af4-e10532969e4fn%40googlegroups.com.

Reply via email to