[issue13235] logging.warn() is not documented

Vinay Sajip report at bugs.python.org
Thu Oct 20 22:26:04 CEST 2011


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

It is deprecated by not being documented. It certainly isn't going to have documentation added for it.

Which code was calling the warn() method? Is it not possible to change this to call warning()?

----- Original Message -----
> From: anatoly techtonik <report at bugs.python.org>
> To: vinay_sajip at yahoo.co.uk
> Cc: 
> Sent: Thursday, 20 October 2011, 20:32
> Subject: [issue13235] logging.warn() is not documented
> 
> 
> anatoly techtonik <techtonik at gmail.com> added the comment:
> 
> I've got a traceback, because forgot to implement this method in logging 
> wrapper. It should be either deprecated and removed or documented.
> 
> ----------
> status: closed -> open
> 
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue13235>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13235>
_______________________________________


More information about the Python-bugs-list mailing list