Terry J. Reedy added the comment:

What Ezio suggested, plus maybe the error name -- but people must learn those 
to write exception statements, and a translation of the exceptions section of 
the lib manual is really needed to understand them.

The boilerplate lines "Traceback (most recent call last):" and "File {}, line 
{}, in {}" can be learned" (or even translated, though 'traceback', 'call', 
'file', 'line', and 'in' pretty much need to be learned anyway).

Once a hook is added and a file format is defined, if such are, then I think 
core-developer responsibility ends and language-specific files should be on 
pypi and maintained by language-specific groups.

----------

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

Reply via email to