Issue 30168: Class Logger is unindented in the documentation. (original) (raw)

Issue30168

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 -> closedresolution: fixedmessages: + stage: resolved
2017-04-26 12:44:17 Jim Fasarakis-Hilliard set pull_requests: + <pull%5Frequest1402>
2017-04-26 12:44:00 Jim Fasarakis-Hilliard create