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: logging.dictConfig not documented as new in version 2.7
Type: Stage:
Components: Documentation Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: vinay.sajip Nosy List: daybarr, docs@python, georg.brandl, vinay.sajip
Priority: normal Keywords:

Created on 2011-01-25 17:18 by daybarr, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg127024 - (view) Author: Day Barr (daybarr) Date: 2011-01-25 17:18
logging.dictConfig is new in version 2.7 but the documentation does not say this.

http://docs.python.org/release/2.7/library/logging.html#logging.dictConfig

c.f. NullHandler, also new in version 2.7 and explicitly documented as such:

http://docs.python.org/release/2.7/library/logging.html#nullhandler
msg127181 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2011-01-27 11:42
This also applies to Python 3.2 docs. I've made the changes - OK to checkin, Georg? (For 3.2, I mean)
msg127202 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-01-27 17:49
Yes, please go ahead.
msg127213 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2011-01-27 19:17
Fix checked into py3k and release27-maint (r88214).
History
Date User Action Args
2022-04-11 14:57:11adminsetgithub: 55217
2011-01-27 19:17:29vinay.sajipsetstatus: open -> closed

messages: + msg127213
resolution: fixed
nosy: georg.brandl, vinay.sajip, docs@python, daybarr
2011-01-27 17:49:20georg.brandlsetnosy: georg.brandl, vinay.sajip, docs@python, daybarr
messages: + msg127202
2011-01-27 11:42:29vinay.sajipsetnosy: + georg.brandl, vinay.sajip
versions: + Python 3.2
messages: + msg127181

assignee: docs@python -> vinay.sajip
2011-01-25 17:18:33daybarrcreate