Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise warnings if an operation has an unintended use #3

Open
devraj opened this issue Mar 12, 2023 · 0 comments
Open

Raise warnings if an operation has an unintended use #3

devraj opened this issue Mar 12, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation pending-release Pending release for the nexdt version

Comments

@devraj
Copy link
Member

devraj commented Mar 12, 2023

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.

@devraj devraj self-assigned this Mar 12, 2023
@devraj devraj added this to the alpha-3 milestone Apr 14, 2024
@devraj devraj added the pending-release Pending release for the nexdt version label May 4, 2024
@devraj devraj added the documentation Improvements or additions to documentation label Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation pending-release Pending release for the nexdt version
Projects
None yet
Development

No branches or pull requests

1 participant