[issue3703] open() on directory raises IOError with unhelpful message

Amaury Forgeot d'Arc report at bugs.python.org
Wed Aug 27 17:07:44 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

There is a call to dircheck(), but not in the correct place.
The attached patch makes sure that the "Is a directory" message is not
overwritten.

----------
keywords: +needs review, patch
nosy: +amaury.forgeotdarc
priority:  -> critical
Added file: http://bugs.python.org/file11270/dircheck.patch

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


More information about the Python-bugs-list mailing list