我见过这个问题: How can I read a file even when getting an "in use by another process" exception? 在Windows 7上使用Python有相同的方法吗?
我需要修改一个文件,但是当它在Python中打开时,仍然允许其他进程读取它。 根据Python文档,可用模式是" r"" w"," a"和" r +"用于读,写(覆盖),追加和读/写。我没有看到设置" FileShare"的方法。模式。