[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 rep...@bugs.python.org
http://bugs.python.org/issue16884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 #16884: Merged doc fix from 3.2.
http://hg.python.org/cpython/rev/b00c4a095b00

New changeset 4617b7ac302a by Vinay Sajip in branch 'default':
Issue #16884: Merged doc fix from 3.3.
http://hg.python.org/cpython/rev/4617b7ac302a

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16884] logging handler automatically added starting in 3.2+

2013-01-08 Thread Chris Jerdonek

Chris Jerdonek added the comment:

Thanks!

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 seem to find any version-changed about this in the docs.  The 
code change may be from this commit: c86dc2bd3ae8

Incidentally, I also noticed that three logging paragraphs begin with PLEASE 
NOTE:  Those should probably be changed to .. note:: etc.

--
assignee: docs@python
components: Documentation
keywords: easy
messages: 179257
nosy: chris.jerdonek, docs@python, vinay.sajip
priority: normal
severity: normal
status: open
title: logging handler automatically added starting in 3.2+
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 the PLEASE NOTE: occurrences to use .. note:: directives 
instead.

--
assignee: docs@python - vinay.sajip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 branch '3.3':
Issue #16884: Merged logging documentation fixes from 3.2.
http://hg.python.org/cpython/rev/3b5c4190e256

New changeset 9009178e08d9 by Vinay Sajip in branch 'default':
Closes #16884: Merged logging documentation fixes from 3.3.
http://hg.python.org/cpython/rev/9009178e08d9

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue16884
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com