[issue34065] 'force' should be printed as italic font not highlight font.
New submission from Dong-hee Na <donghee.na92@gmail.com>: https://docs.python.org/3.8/library/logging.html#logging.basicConfig Although I wrote the 'force' as '``force`` ' but it is printed as a highlighted font. The 'force' section should be printed as italic font not highlight font. Maybe there is something mistake I didn't catch. ---------- assignee: docs@python components: Documentation messages: 321214 nosy: corona10, docs@python priority: normal severity: normal status: open title: 'force' should be printed as italic font not highlight font. versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
Dong-hee Na <donghee.na92@gmail.com> added the comment: Oh it should *force* not ``force`` ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
Change by Dong-hee Na <donghee.na92@gmail.com>: ---------- keywords: +patch pull_requests: +7719 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: New changeset 2800dcf656229c2ca4c90b4ddbace0717c41bb9e by Serhiy Storchaka (Dong-hee Na) in branch 'master': bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153) https://github.com/python/cpython/commit/2800dcf656229c2ca4c90b4ddbace0717c4... ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
Change by Dong-hee Na <donghee.na92@gmail.com>: ---------- pull_requests: +7721 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
Change by Dong-hee Na <donghee.na92@gmail.com>: ---------- pull_requests: +7722 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: New changeset cad4a27585e4255295dcc06e80f1140cd11bdfd4 by Serhiy Storchaka (Dong-hee Na) in branch '3.6': [3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8155) https://github.com/python/cpython/commit/cad4a27585e4255295dcc06e80f1140cd11... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: New changeset 75f2eb5eca38d22da62eb5814b9614792cfce13c by Serhiy Storchaka (Dong-hee Na) in branch '3.7': [3.7] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8156) https://github.com/python/cpython/commit/75f2eb5eca38d22da62eb5814b9614792cf... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
Change by Dong-hee Na <donghee.na92@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34065> _______________________________________
participants (2)
-
Dong-hee Na
-
Serhiy Storchaka