Comment 3 for bug 848455

Revision history for this message
Tristan Seligmann (mithrandi) wrote :

You only get the unused-local-variable warning if the try/except is in a function. However, it looks like pyflakes does not warn about shadowing builtins, which I thought it did, so my analysis in the description is probably wrong.