[docs] [issue13235] logging.warn() is not documented

Vinay Sajip report at bugs.python.org
Sat Oct 22 13:01:23 CEST 2011


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

> BTW, you could have used a DeprecationWarning instead of a 

> PendingDeprecationWarning, especially if it was already deprecated.

It wasn't officially deprecated, just "deprecation via obscurity";-) which is why I made it a PendingDeprecationWarning.

----------

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


More information about the docs mailing list