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.
Created on 2017年04月26日 12:44 by Jim Fasarakis-Hilliard, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 1295 | merged | Jim Fasarakis-Hilliard, 2017年04月26日 12:44 | |
| Messages (2) | |||
|---|---|---|---|
| msg292336 - (view) | Author: Jim Fasarakis-Hilliard (Jim Fasarakis-Hilliard) * | Date: 2017年04月26日 12:44 | |
Currently, `Logger` in `logging.rst` doesn't have an indent after `.. class:: Logger`. This causes the formatting for the specific section to look somewhat unexpected [1]. I've already created a PR that indents the methods/attributes accordingly. After @bitdancer's request, created this issue to get feedback from vinay if this was done on purpose. [1]: https://docs.python.org/3/library/logging.html#logging.Logger |
|||
| msg293206 - (view) | Author: Vinay Sajip (vinay.sajip) * (Python committer) | Date: 2017年05月07日 18:40 | |
New changeset 55ace65eba587fe3cf3759a43cccf85214651971 by Vinay Sajip (Jim Fasarakis-Hilliard) in branch 'master': Closes bpo-30168: indent methods in Logger Class (#1295) https://github.com/python/cpython/commit/55ace65eba587fe3cf3759a43cccf85214651971 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:45 | admin | set | github: 74354 |
| 2017年05月07日 18:40:20 | vinay.sajip | set | status: open -> closed resolution: fixed messages: + msg293206 stage: resolved |
| 2017年04月26日 12:44:17 | Jim Fasarakis-Hilliard | set | pull_requests: + pull_request1402 |
| 2017年04月26日 12:44:00 | Jim Fasarakis-Hilliard | create | |