[Python-Dev] logging vs warnings?

"Martin v. Löwis" martin at v.loewis.de
Thu Jun 24 01:18:12 EDT 2004


Gustavo J. A. M. Carneiro wrote:
>   Why do we have modules logging(2.3) and warnings(2.1)?  Does 'logging'
> deprecate 'warnings' in any way?

No, logging does not deprecate warnings. Logging messages, and emitting
warnings, are two completely different things.

Regards,
Martin




More information about the Python-Dev mailing list