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: unused line in the logging-cookbook example
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vinay.sajip Nosy List: akira, docs@python, vinay.sajip
Priority: normal Keywords: patch

Created on 2011-02-26 11:06 by akira, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-logging-cookbook-unused-line-r88640.patch akira, 2011-02-26 11:06 remove unused line in docs example; patch for r88640
Messages (2)
msg129527 - (view) Author: Akira Li (akira) * Date: 2011-02-26 11:06
The line with `LoggerAdapter` is not used in http://docs.python.org/dev/howto/logging-cookbook.html#using-filters-to-impart-contextual-information

Here's a patch for Doc/howto/logging-cookbook.rst: doc-logging-cookbook-unused-line-r88640.patch
msg129553 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2011-02-26 14:25
Fix checked into py3k and release32-maint (r88645), thanks.
History
Date User Action Args
2022-04-11 14:57:13adminsetgithub: 55540
2011-02-26 14:25:41vinay.sajipsetstatus: open -> closed
nosy: vinay.sajip, docs@python, akira
messages: + msg129553

resolution: fixed
stage: resolved
2011-02-26 11:16:11SilentGhostsetassignee: docs@python -> vinay.sajip

nosy: + vinay.sajip
2011-02-26 11:06:14akiracreate