[issue10367] "python setup.py sdist upload --show-response" can fail with "UnboundLocalError: local variable 'result' referenced before assignment"

Phillip J. Eby report at bugs.python.org
Sat Nov 20 23:08:25 CET 2010


Phillip J. Eby <pje at telecommunity.com> added the comment:

It looks to me as though this patch reintroduces issue9199, as it passes multiple arguments to self.announce() once again.  The patch needs to be made against the SVN version of Python, not the released version.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10367>
_______________________________________


More information about the Python-bugs-list mailing list