[issue10380] AttributeError: 'module' object has no attribute 'exc_traceback'

2010-11-09 Thread Georg Brandl
Georg Brandl added the comment: sys.exc_traceback is deprecated, please use sys.exc_info(). Also note that this tracker is not a place to get help; the python-list mailing list (a.k.a. comp.lang.python newsgroup) is the right place for that. -- nosy: +georg.brandl resolution: -> inv

[issue10380] AttributeError: 'module' object has no attribute 'exc_traceback'

2010-11-09 Thread Peda Venkateswarlu Pola
New submission from Peda Venkateswarlu Pola : As we have some new requirements in standard logging, We have written wrapper logger. This includes find caller which gives information about filename , line number , class name and method name. As i found that python logger doesn't give class name