Deprecation warnings

Issue #96 resolved
Eric Harper created an issue

Need to be able to suppress if user wants easily

Comments (6)

  1. Carl Simon Adorf

    The DeprecationWarning and PendingDeprecationWarning are ignored by default. You need to run python for example with the -W once to display them.

  2. Eric Harper reporter

    I think I set the ones in v0.4rc to be higher priority so that people don't ignore it, but that also means that it's a bit annoying.

  3. Carl Simon Adorf

    Instead of changing the reasonable default behavior I strongly recommend to advertise the usage of "-W once".

    People will learn immediately to follow that advise when their scripts fail after ignoring this.

  4. Log in to comment