On Monday, 26 June 2023 at 16:30:20 UTC+2 Georgi Guninski wrote:

> As of https://github.com/sagemath/sage/issues/22349, this argument must 
be explicitly specified (unless a "key" is given); otherwise a warning is 
printed and "sort=True" is used. The default will eventually be changed to 
"False". 

I think this sucks.

 
Pay attention to the instructions: by explicitly specifying "sort = ..." 
you can avoid the warning. Doing so protects your code against the eventual 
change from default "True" to "False". It's correcting an earlier design 
error (vertices may not even be sortable, so defaulting to doing that can 
really be a problem).

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/a1710359-d2ce-4a9f-87f3-4be4a1c6b296n%40googlegroups.com.

Reply via email to