Concerning deprecation warnings ... > > I am trying to find a way of silencing deprecation warnings on "..\Q..." > and so on. > It is hard to reproduce. > This means deprecation warnings makes user's environment different from > the developers. > Thus, I think we should counter deprecation warnings. >
Sage uses python's standard warning system. You can control what happens to warnings: https://docs.python.org/3/libre,rary/warnings.html It gives you rather fine-grained control of what happens to warnings; it requires some study to apply with the desired effect, but since it's a standard python feature, there is quite a bit of help available. -- 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/4ec7c34c-fe8f-493b-b572-f6475c3d1a38%40googlegroups.com.