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 pgacv2
Recipients docs@python, pgacv2
Date 2018-02-07.15:53:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518018819.58.0.467229070634.issue32789@psf.upfronthosting.co.za>
In-reply-to
Content
The docs for Logger.debug() (https://docs.python.org/3/library/logging.html#logging.Logger.debug) specify that exc_info can take an exception instance as of version 3.5.

However, the docs for logging.debug() (https://docs.python.org/3/library/logging.html#logging.debug) do not, even though logging.debug() redirects to an instance of Logger and so can take the same types of arguments.
History
Date User Action Args
2018-02-07 15:53:39pgacv2setrecipients: + pgacv2, docs@python
2018-02-07 15:53:39pgacv2setmessageid: <1518018819.58.0.467229070634.issue32789@psf.upfronthosting.co.za>
2018-02-07 15:53:39pgacv2linkissue32789 messages
2018-02-07 15:53:39pgacv2create