[Python-Dev] Re: logging package -- rename warn to warning?
Vinay Sajip
vinay_sajip@red-dove.com
Sun, 19 Jan 2003 11:48:41 -0000
[Guido]
> I'd rather only have one name -- otherwise we'll end up supporting
> both names forever. In your own distro (if you keep updating it) feel
> free to support both; in Python, I think I'd like to use only
> warning/WARNING.
OK, that's fine - warning/WARNING it is. For consistency, though, we should
also lose fatal/FATAL which are currently synonyms for critical/CRITICAL.
Regards,
Vinay