Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

> /* Caller is responsible for limiting the format */

Note that it is a good idea to avoid memory allocation during exception 
processing.  Think of out of memory errors: how would you report those if you 
need more memory to format the error message than the failed operation?

----------

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

Reply via email to