Raise `warnings` if an operation has an unintended use
Abierto
documentation
pending-release
- Lenguaje dominante
- Python
- Estrellas
- 17
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Python provides [warnings](https://docs.python.org/3/library/warnings.html) 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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.