[issue32789] Note missing from logging.debug() docs

2018-10-18 Thread Vinay Sajip
Vinay Sajip added the comment: Documentation for 3.6/3.7/3.8 updated. 3.5 is out of scope for this. -- nosy: +vinay.sajip resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32789] Note missing from logging.debug() docs

2018-10-18 Thread Vinay Sajip
Change by Vinay Sajip : -- keywords: +patch pull_requests: +9296 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue32789] Note missing from logging.debug() docs

2018-02-07 Thread Pedro
Pedro added the comment: Might be cleaner to just say, "The arguments are interpreted as for debug/info/warning/error/critical/exception/log," but with the bookmark URL pointing to the Logger methods. -- ___ Python tracker

[issue32789] Note missing from logging.debug() docs

2018-02-07 Thread Pedro
New submission from Pedro : 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.d