[issue11008] logging.dictConfig not documented as new in version 2.7

2011-01-27 Thread Vinay Sajip
Vinay Sajip added the comment: Fix checked into py3k and release27-maint (r88214). -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue11008] logging.dictConfig not documented as new in version 2.7

2011-01-27 Thread Georg Brandl
Georg Brandl added the comment: Yes, please go ahead. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue11008] logging.dictConfig not documented as new in version 2.7

2011-01-27 Thread Vinay Sajip
Vinay Sajip added the comment: This also applies to Python 3.2 docs. I've made the changes - OK to checkin, Georg? (For 3.2, I mean) -- assignee: docs@python -> vinay.sajip nosy: +georg.brandl, vinay.sajip versions: +Python 3.2 ___ Python tracker <

[issue11008] logging.dictConfig not documented as new in version 2.7

2011-01-25 Thread Day Barr
New submission from Day Barr : 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/relea