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.

classification
Title: 'force' should be printed as italic font not highlight font.
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: corona10, docs@python, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2018-07-07 11:32 by corona10, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 8153 merged corona10, 2018-07-07 11:41
PR 8155 merged corona10, 2018-07-07 14:04
PR 8156 merged corona10, 2018-07-07 14:07
Messages (5)
msg321214 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2018-07-07 11:32
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.
msg321215 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2018-07-07 11:34
Oh it should *force* not ``force``
msg321218 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-07-07 12:36
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/2800dcf656229c2ca4c90b4ddbace0717c41bb9e
msg321221 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-07-07 16:11
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/cad4a27585e4255295dcc06e80f1140cd11bdfd4
msg321223 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-07-07 16:12
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/75f2eb5eca38d22da62eb5814b9614792cfce13c
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78246
2018-07-07 16:44:06corona10setstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.6, Python 3.7
2018-07-07 16:12:13serhiy.storchakasetmessages: + msg321223
2018-07-07 16:11:25serhiy.storchakasetmessages: + msg321221
2018-07-07 14:07:14corona10setpull_requests: + pull_request7722
2018-07-07 14:04:20corona10setpull_requests: + pull_request7721
2018-07-07 12:36:43serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg321218
2018-07-07 11:41:29corona10setkeywords: + patch
stage: patch review
pull_requests: + pull_request7719
2018-07-07 11:34:09corona10setmessages: + msg321215
2018-07-07 11:32:02corona10create