[issue16521] logging.basicConfig creates empty file when using handlers

2012-11-25 Thread Vinay Sajip

Changes by Vinay Sajip vinay_sa...@yahoo.co.uk:


--
assignee:  - vinay.sajip
nosy: +vinay.sajip

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



[issue16521] logging.basicConfig creates empty file when using handlers

2012-11-25 Thread Roundup Robot

Roundup Robot added the comment:

New changeset d7660ccd8470 by Vinay Sajip in branch '3.2':
Closes #16521: Improved error handling for basicConfig(), added tests for same.
http://hg.python.org/cpython/rev/d7660ccd8470

New changeset 4b522a1c9c27 by Vinay Sajip in branch '3.3':
Null merge for fix for #16521.
http://hg.python.org/cpython/rev/4b522a1c9c27

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

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



[issue16521] logging.basicConfig creates empty file when using handlers

2012-11-21 Thread Jovik

New submission from Jovik:

Using logging.basicConfig() with Python 3.2.3 accepts handlers options without 
any errors. It creates an empty file. I don't think this should be default 
behaviour, sice it's very missleading (no exception thrown; no warning on 
standard output or in the file)

--
components: Library (Lib)
files: logginghandler.py
messages: 176052
nosy: Jovik
priority: normal
severity: normal
status: open
title: logging.basicConfig creates empty file when using handlers
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file28060/logginghandler.py

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