[issue15541] logging.exception doesn't accept 'extra'

2012-08-05 Thread Florent Xicluna
Florent Xicluna added the comment: Python 3.2 was already fixed with changeset ba014543ed2c. It would be nice to have some tests, though. -- nosy: +flox ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15541

[issue15541] logging.exception doesn't accept 'extra'

2012-08-04 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15541 ___ ___

[issue15541] logging.exception doesn't accept 'extra'

2012-08-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 322da186cced by Vinay Sajip in branch '2.7': Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report. http://hg.python.org/cpython/rev/322da186cced -- nosy: +python-dev

[issue15541] logging.exception doesn't accept 'extra'

2012-08-04 Thread Vinay Sajip
Changes by Vinay Sajip vinay_sa...@yahoo.co.uk: -- assignee: - vinay.sajip resolution: - fixed status: open - closed versions: -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15541

[issue15541] logging.exception doesn't accept 'extra'

2012-08-02 Thread Ned Batchelder
New submission from Ned Batchelder: The logging.exception method differs from .debug(), .info(), .warning(), .error() and .critical() in that it does not accept an `extra` keyword argument. There seems to be no reason for this. The docs are misleading about this. They say, The arguments are