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: Class Logger is unindented in the documentation.
Type: Stage: resolved
Components: Documentation Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Jim Fasarakis-Hilliard, docs@python, vinay.sajip
Priority: normal Keywords:

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:45adminsetgithub: 74354
2017-05-07 18:40:20vinay.sajipsetstatus: open -> closed
resolution: fixed
messages: + msg293206

stage: resolved
2017-04-26 12:44:17Jim Fasarakis-Hilliardsetpull_requests: + pull_request1402
2017-04-26 12:44:00Jim Fasarakis-Hilliardcreate