Raise warnings
if an operation has an unintended use
#3
Labels
documentation
Improvements or additions to documentation
pending-release
Pending release for the nexdt version
Milestone
Python provides warnings package for issuing messages in situations where it is useful to alert the user of some condition in a program, where that condition (normally) doesn’t warrant raising an exception and terminating the program.
For example, one might want to issue a warning when a program uses an obsolete module.
The text was updated successfully, but these errors were encountered: