[issue8388] None shouldn't be passed to traceback.format_exception

2010-05-07 Thread Michael Foord
Michael Foord added the comment: Revision 80708 and revision 80709. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue8388] None shouldn't be passed to traceback.format_exception

2010-05-07 Thread Michael Foord
Michael Foord added the comment: Now fixed. -- resolution: -> accepted stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue8388] None shouldn't be passed to traceback.format_exception

2010-04-13 Thread Benjamin Peterson
New submission from Benjamin Peterson : When porting recent unittest patches to py3k, I encountered a failure in testBufferOutputAddErrorOrFailure. The reason is that the test passes None to traceback.format_exception, which works by accident in 2.x. I added these lines in _exc_info_to_string