You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have these punk docstrings indicating deprecation. Might be good to trigger literal warnings about these. Would also make it easier to keep track of pending deprecations.
Right now we have these punk docstrings indicating deprecation. Might be good to trigger literal warnings about these. Would also make it easier to keep track of pending deprecations.
See https://docs.python.org/3/library/warnings.html.
Note the difference in target audience for choosing to use a FutureWarning or DeprecationWarning.
The text was updated successfully, but these errors were encountered: