George Jenkins added the comment:
Bump on this one please
--
___
Python tracker
<http://bugs.python.org/issue1182143>
___
___
Python-bugs-list mailing list
Unsub
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
George Jenkins added the comment:
Reviewer please :)
(or, advice on how I can get this to proceed, thx)
--
___
Python tracker
<http://bugs.python.org/issue1182
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
<http://bugs.python.org/issue1182
George Jenkins added the comment:
Add patch generated via mercurial
--
Added file: http://bugs.python.org/file38872/Issue1182143_1hg.patch
___
Python tracker
<http://bugs.python.org/issue1182
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