[issue16884] logging handler automatically added starting in 3.2+

2013-01-08 Thread Chris Jerdonek
Chris Jerdonek added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue16884] logging handler automatically added starting in 3.2+

2013-01-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50af862d0625 by Vinay Sajip in branch '3.2': Issue #16884: Updated docs to use 'note' directives in a couple of places missed earlier. http://hg.python.org/cpython/rev/50af862d0625 New changeset b00c4a095b00 by Vinay Sajip in branch '3.3': Issue #1

[issue16884] logging handler automatically added starting in 3.2+

2013-01-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 51138680b968 by Vinay Sajip in branch '2.7': Issue #16884: Updated docs to use 'note' directives. http://hg.python.org/cpython/rev/51138680b968 -- ___ Python tracker _

[issue16884] logging handler automatically added starting in 3.2+

2013-01-07 Thread Chris Jerdonek
Chris Jerdonek added the comment: Thanks a lot, Vinay. By the way, I noticed that the "PLEASE NOTE" reformatting can also be applied to 2.7. -- ___ Python tracker ___ _

[issue16884] logging handler automatically added starting in 3.2+

2013-01-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 95a4ff8c540b by Vinay Sajip in branch '3.2': Issue #16884: updated logging documentation to include lastResort and use 'note' directives where appropriate. http://hg.python.org/cpython/rev/95a4ff8c540b New changeset 3b5c4190e256 by Vinay Sajip in b

[issue16884] logging handler automatically added starting in 3.2+

2013-01-07 Thread Vinay Sajip
Vinay Sajip added the comment: Although there is no versionadded directive, the HOWTO documentation does state that the behaviour relates to Python 3.2 and later, and how to obtain the earlier behaviour. I will add documentation (including a versionadded) to the reference docs and also update

[issue16884] logging handler automatically added starting in 3.2+

2013-01-07 Thread Chris Jerdonek
New submission from Chris Jerdonek: Starting in 3.2, the logging module no longer outputs the following message when logging and no handlers are configured for the root logger: log = logging.getLogger() log.error('test') 'No handlers could be found for logger "root"' However, I can't