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: Backport new logging docs to 2.7
Type: Stage:
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vinay.sajip Nosy List: docs@python, eric.araujo, ncoghlan, python-dev, vinay.sajip
Priority: normal Keywords: easy

Created on 2011-04-07 08:58 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg133200 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2011-04-07 08:58
Vinay did some great work on the logging documentation for 3.2 (http://docs.python.org/py3k/library/logging).

However, a lot of people will currently miss it, since they land on the existing 2.7 documentation (http://docs.python.org/library/logging) instead.

A backport would update the web site immediately, and then be incorporated in the bundled documentation when 2.7.2 is released (presumably later this year).

Backporting should be relatively straightforward (since logging hasn't changed *that* much between 2.7 and 3.2), but isn't completely trivial (since details of the Python 3 only items will need to be removed and the "changed in" and "added in" notices will need to be updated to reflect the information in the existing 2.x series documentation)
msg133303 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-08 10:43
New changeset 6fb033af9310 by Vinay Sajip in branch '2.7':
Issue #11794: Reorganised logging documentation.
http://hg.python.org/cpython/rev/6fb033af9310
msg133314 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-04-08 15:15
Great stuff!
History
Date User Action Args
2022-04-11 14:57:15adminsetgithub: 56003
2011-04-08 15:15:56eric.araujosetnosy: + eric.araujo
messages: + msg133314
2011-04-08 10:44:09vinay.sajipsetstatus: open -> closed
resolution: fixed
2011-04-08 10:43:03python-devsetnosy: + python-dev
messages: + msg133303
2011-04-08 09:59:10vinay.sajipsetassignee: docs@python -> vinay.sajip

nosy: + vinay.sajip
2011-04-07 08:58:01ncoghlancreate