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

2011-03-01 Thread Daniel Tavares
Daniel Tavares danielmtava...@gmail.com added the comment: Hey Éric, Just wanted to check with you about the status of this issue. Any chance this could be reviewed? It's been idle since December and it's still listed as needs patch. Thanks, Daniel

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

2010-12-08 Thread Daniel Tavares
Daniel Tavares danielmtava...@gmail.com added the comment: Here goes the test. Feel free to make any comments, critiques or suggestions, since this is my first take on this code base. -- versions: -3rd party Added file: http://bugs.python.org/file19981/test_10367.diff

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

2010-12-03 Thread Daniel Tavares
Daniel Tavares danielmtava...@gmail.com added the comment: I'll gladly work on the test, unless someone is working on it already. I apologize for not sending it originally along with the patch. Since Eric only requested the diff, I thought a test wasn't needed. Cheers, Daniel On Fri, Dec 3

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

2010-12-02 Thread Daniel Tavares
Daniel Tavares danielmtava...@gmail.com added the comment: Here's an updated patch, which fixes the passing of multiple arguments to self.announce, based on Priscila's fix. -- nosy: +daniel.tavares Added file: http://bugs.python.org/file19913/10367.diff

[issue9162] License for multiprocessing files

2010-11-29 Thread Daniel Tavares
Daniel Tavares danielmtava...@gmail.com added the comment: Replaced all entries of --- see COPYING.txt with the BSD license. See patch attached. -- keywords: +patch Added file: http://bugs.python.org/file19866/issue9162.patch ___ Python tracker rep

[issue9162] License for multiprocessing files

2010-11-22 Thread Daniel Tavares
Daniel Tavares danielmtava...@gmail.com added the comment: Hi Jesse, Any word from PSF board regarding this issue? I was hoping to fix it and have it be my 1st contribution to Python. Thanks -- nosy: +dBugSlayer ___ Python tracker rep