This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients docs@python, vinay.sajip, xtreak, yuji38kwmt
Date 2019-01-19.05:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547874304.69.0.129631257161.issue35781@roundup.psfhosted.org>
In-reply-to
Content
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')
History
Date User Action Args
2019-01-19 05:05:05xtreaksetrecipients: + xtreak, vinay.sajip, docs@python, yuji38kwmt
2019-01-19 05:05:04xtreaksetmessageid: <1547874304.69.0.129631257161.issue35781@roundup.psfhosted.org>
2019-01-19 05:05:04xtreaklinkissue35781 messages
2019-01-19 05:05:04xtreakcreate