> 4. Historically (at least in my experience) Sage developers were careful to 
> maintain backwards compatibility,

I think a major backwards compatibility is the order of keyword
arguments with default values.
Several year ago I had to do mass replacements in my code.

I needed Graph.edges(labels=False) and I did `G.edges(False)`.
Sage release made the first argument of .edges `vertices` instead of
`labels` and my code failed.

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/CAGUWgD9iUXKDERnpL9z%2BsYrp%2B1tWNV7%2B%3D5BcVOHwAkqbaptuCw%40mail.gmail.com.

Reply via email to