Le 19/10/2019 à 13:19, David Roe a écrit :
> I think the idea is that if a user's typing interactively then they don't
> need a deprecation warning (since the behavior currently works). It's more
> important to show a user a warning if they have the deprecated behavior in
> a function they've written.
I don't agree with this behavior at all. A user typically wants to know
whether her commands are future-proof. Typical situation: I want to show
a colleague how to do this and that in sage cell. Damn I have a
different version on my computer! The commands that run smoothly in my
console fail in the sage cell.
And note that many people write Sage scripts with no function at all
(e.g. in a Sage notebook, or in a .sage file).