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 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: Alyssa 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:15 | admin | set | github: 56003 |
| 2011年04月08日 15:15:56 | eric.araujo | set | nosy:
+ eric.araujo messages: + msg133314 |
| 2011年04月08日 10:44:09 | vinay.sajip | set | status: open -> closed resolution: fixed |
| 2011年04月08日 10:43:03 | python-dev | set | nosy:
+ python-dev messages: + msg133303 |
| 2011年04月08日 09:59:10 | vinay.sajip | set | assignee: docs@python -> vinay.sajip nosy: + vinay.sajip |
| 2011年04月07日 08:58:01 | ncoghlan | create | |