[issue1182143] making builtin exceptions more informative

2015-10-25 Thread George Jenkins
George Jenkins added the comment: Bump on this one please -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1182143> ___ ___ Pyth

[issue1182143] making builtin exceptions more informative

2015-06-27 Thread George Jenkins
George Jenkins added the comment: Thanks for the response. In terms of python API changes - I exposed the 'name' attribute on UnboundLocalError and NameError exceptions. (This can be seen ( is verified) by the changes to test_exceptions.py exceptions test cases in the patch) In terms

[issue1182143] making builtin exceptions more informative

2015-06-21 Thread George Jenkins
George Jenkins added the comment: Reviewer please :) (or, advice on how I can get this to proceed, thx) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1182143

[issue1182143] making builtin exceptions more informative

2015-05-02 Thread George Jenkins
George Jenkins added the comment: Heh, just noticed this issue passed its 10 year anniversary! If someone has time to review my patch, that would be much appreciated. Thanks! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue1182143] making builtin exceptions more informative

2015-04-08 Thread George Jenkins
George Jenkins added the comment: Add patch generated via mercurial -- Added file: http://bugs.python.org/file38872/Issue1182143_1hg.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1182143

[issue1182143] making builtin exceptions more informative

2015-03-18 Thread George Jenkins
George Jenkins added the comment: Hi, I attempted a solution for this a while back Attached is a (git diff based) patch for review Changes can also been seen at: https://bitbucket.org/bloomberg/cpython/pull-request/2/http-bugspythonorg-issue1182143-add-name/diff (but note the changes in Misc