New submission from Pedro <pgacv2+pythonb...@gmail.com>:

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.

----------
assignee: docs@python
components: Documentation
messages: 311792
nosy: docs@python, pgacv2
priority: normal
severity: normal
status: open
title: Note missing from logging.debug() docs
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

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

Reply via email to