[issue16584] unhandled IOError filecmp.cmpfiles() if file not readable

Andrew Svetlov report at bugs.python.org
Fri Dec 14 17:05:38 CET 2012


Andrew Svetlov added the comment:

The error can be reproduced for 2.7 and 3.2.
Starting from 3.3 os.error and IOError both aliases for OSError and patch doesn't needed.

----------
nosy: +asvetlov

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


More information about the Python-bugs-list mailing list