Nick Coghlan added the comment:

This question came up today in the context of the final line of a traceback 
output potentially being missing from stderr if the closing flush of the 
standard streams is missed for any reason.

That's not going to be a common scenario (as far as I know it was an entirely 
hypothetical discussion), but the last line of a traceback is the one with the 
actual error message, so it's likely to be annoyingly cryptic if it does happen.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13601>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to