On Apr 5, 2005 3:40 PM, Bernard Lebel <3dbernard at gmail.com> wrote: > As far as I'm aware, this is very normal. The file is being used by an > application, so there is a lock on it. > However, os.access('somefile.csv', os.W_OK) returns True. Shouldn't it return False?