Issue34065
Created on 2018-07-07 11:32 by corona10, last changed 2018-07-07 16:44 by corona10. 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) * | 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) * | Date: 2018-07-07 11:34 | |
Oh it should *force* not ``force`` |
|||
| msg321218 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | 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) * | 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) * | 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 |
| 2018-07-07 16:44:06 | corona10 | set | status: open -> closed stage: patch review -> resolved resolution: fixed versions: + Python 3.6, Python 3.7 |
| 2018-07-07 16:12:13 | serhiy.storchaka | set | messages: + msg321223 |
| 2018-07-07 16:11:25 | serhiy.storchaka | set | messages: + msg321221 |
| 2018-07-07 14:07:14 | corona10 | set | pull_requests: + pull_request7722 |
| 2018-07-07 14:04:20 | corona10 | set | pull_requests: + pull_request7721 |
| 2018-07-07 12:36:43 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg321218 |
| 2018-07-07 11:41:29 | corona10 | set | keywords:
+ patch stage: patch review pull_requests: + pull_request7719 |
| 2018-07-07 11:34:09 | corona10 | set | messages: + msg321215 |
| 2018-07-07 11:32:02 | corona10 | create | |