Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

Thanks for the report. Would you like to propose a PR for this? 

Cases of using warn method in documentation examples : 

* https://github.com/python/cpython/blob/master/Doc/howto/logging.rst
* https://github.com/python/cpython/blob/master/Doc/howto/logging-cookbook.rst

Doc/howto/logging.rst
613:    logger.warn('warn message')
643:    logger.warn('warn message')

Doc/howto/logging-cookbook.rst
189:    logger.warn('warn message')
298:            logger.warn('warn message')

----------
nosy: +vinay.sajip, xtreak
versions: +Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35781>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to