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

2020-05-31 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-10-24 Thread kg*2

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 rep...@bugs.python.org
http://bugs.python.org/issue22720
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-10-24 Thread R. David Murray

R. David Murray added the comment:

We may not be getting any better error message from the OS.

--
components: +Windows -IO
nosy: +r.david.murray, steve.dower, tim.golden, zach.ware

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22720
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com