Issue33943
Created on 2018-06-22 15:45 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 7858 | merged | adelfino, 2018-06-22 15:47 | |
| PR 7899 | merged | miss-islington, 2018-06-25 06:17 | |
| PR 7900 | merged | miss-islington, 2018-06-25 06:19 | |
| PR 7901 | closed | taleinat, 2018-06-25 06:30 | |
| PR 7902 | merged | taleinat, 2018-06-25 06:47 | |
| Messages (6) | |||
|---|---|---|---|
| msg320242 - (view) | Author: Andrés Delfino (adelfino) * ![]() |
Date: 2018-06-22 15:45 | |
IMHO, the logging.basicConfig documentation could have some useful references for filemodes, time.strftime, printf-formatting, and logging level. PR adds them. |
|||
| msg320398 - (view) | Author: Tal Einat (taleinat) * ![]() |
Date: 2018-06-25 06:06 | |
New changeset a8ddf85a84364d2c660e6670a7e06621993d1fdc by Tal Einat (Andrés Delfino) in branch 'master': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) https://github.com/python/cpython/commit/a8ddf85a84364d2c660e6670a7e06621993d1fdc |
|||
| msg320399 - (view) | Author: Tal Einat (taleinat) * ![]() |
Date: 2018-06-25 06:26 | |
New changeset 66d77d8af8f7c3ebd604ad1e802b8e5006d79d8f by Tal Einat (Miss Islington (bot)) in branch '3.7': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7900) https://github.com/python/cpython/commit/66d77d8af8f7c3ebd604ad1e802b8e5006d79d8f |
|||
| msg320400 - (view) | Author: Tal Einat (taleinat) * ![]() |
Date: 2018-06-25 06:31 | |
New changeset 73848e028de58e7fb2b38bddb1638ca2323561a9 by Tal Einat (Miss Islington (bot)) in branch '3.6': bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7899) https://github.com/python/cpython/commit/73848e028de58e7fb2b38bddb1638ca2323561a9 |
|||
| msg320401 - (view) | Author: Tal Einat (taleinat) * ![]() |
Date: 2018-06-25 06:52 | |
New changeset aa770b7096c004abdf3c27bc361d6b60a4b668af by Tal Einat in branch '2.7': [2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7902) https://github.com/python/cpython/commit/aa770b7096c004abdf3c27bc361d6b60a4b668af |
|||
| msg320407 - (view) | Author: Tal Einat (taleinat) * ![]() |
Date: 2018-06-25 10:36 | |
Thanks for the PR, Andrés! Merged and backported. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:02 | admin | set | github: 78124 |
| 2018-06-25 10:36:04 | taleinat | set | status: open -> closed type: enhancement messages: + msg320407 resolution: fixed |
| 2018-06-25 06:52:38 | taleinat | set | messages: + msg320401 |
| 2018-06-25 06:47:48 | taleinat | set | pull_requests: + pull_request7508 |
| 2018-06-25 06:31:26 | taleinat | set | messages: + msg320400 |
| 2018-06-25 06:30:24 | taleinat | set | pull_requests: + pull_request7507 |
| 2018-06-25 06:26:01 | taleinat | set | messages: + msg320399 |
| 2018-06-25 06:19:48 | miss-islington | set | pull_requests: + pull_request7506 |
| 2018-06-25 06:17:50 | miss-islington | set | pull_requests: + pull_request7505 |
| 2018-06-25 06:14:58 | taleinat | set | versions: + Python 3.5 |
| 2018-06-25 06:06:14 | taleinat | set | nosy:
+ taleinat messages: + msg320398 |
| 2018-06-22 20:51:54 | ned.deily | set | nosy:
+ vinay.sajip |
| 2018-06-22 15:47:49 | adelfino | set | keywords:
+ patch stage: patch review pull_requests: + pull_request7468 |
| 2018-06-22 15:45:56 | adelfino | create | |

