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.

Author python-dev
Recipients The Compiler, python-dev, vinay.sajip
Date 2015-01-23.19:54:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150123195435.118216.63914@psf.io>
In-reply-to
Content
New changeset 2bc3e839a3a3 by Vinay Sajip in branch '3.4':
Issue #23207: logging.basicConfig() now does additional validation of its arguments.
https://hg.python.org/cpython/rev/2bc3e839a3a3

New changeset 06ba5e776a6e by Vinay Sajip in branch 'default':
Closes #23207: logging.basicConfig() now does additional validation of its arguments.
https://hg.python.org/cpython/rev/06ba5e776a6e
History
Date User Action Args
2015-01-23 19:54:49python-devsetrecipients: + python-dev, vinay.sajip, The Compiler
2015-01-23 19:54:48python-devlinkissue23207 messages
2015-01-23 19:54:48python-devcreate