[New-bugs-announce] [issue32789] Note missing from logging.debug() docs

Pedro report at bugs.python.org
Wed Feb 7 10:53:39 EST 2018


New submission from Pedro <pgacv2+pythonbugs at 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 at python
components: Documentation
messages: 311792
nosy: docs at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32789>
_______________________________________


More information about the New-bugs-announce mailing list