Łukasz Czuja <luk...@czuja.pl> added the comment:

I was just playing around with the changes you made and it seems you've 
overlooked a small error/typo around line 502:

502 :                   n elif errno == errno.EACCES: 

quick fix:

502 :                   n elif exc.errno == errno.EACCES: 

Hope this helps.

----------
nosy: +sniffer

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9572>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to