[issue22720] Obscure error w/ windows online-only file

kg*2 report at bugs.python.org
Fri Oct 24 18:34:15 CEST 2014


New submission from kg*2:

Windows has integrated onedrive into their os. A feature of onedrive is allowing users to browse files that aren't downloaded onto their computer. os.listdir will return the items, but when they are opened for read/writing it throws IOError[22]: invalid mode or file name. This error was not particularly helpful for this situation, as both the mode and the filename looked correct. Maybe a more specific error for this case would be help?

----------
components: IO
messages: 229941
nosy: kg*2
priority: normal
severity: normal
status: open
title: Obscure error w/ windows online-only file
type: enhancement
versions: Python 2.7

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


More information about the Python-bugs-list mailing list