New submission from Antoine Pitrou: logging's _handleError will tell you in which code line the error happened, but it's not very useful when application code has its own logging wrappers. You need more of the stack to get useful information. The attached script showcases this, along with a possible solution.
---------- components: Library (Lib) files: log.py messages: 174222 nosy: pitrou, vinay.sajip priority: normal severity: normal status: open title: _handleError not very informative type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file27799/log.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16366> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com