Message164495
The webpage
http://msdn.microsoft.com/en-us/library/aa273350(v=vs.60).aspx
describes the sopen() function which is like open() but has an extra shflag parameter for specifying the sharing allowed.
If sopen() and the associated constants SH_DENYRD, SH_DENYWR, SH_DENYRW and SH_DENYNO were exposed in the os module, then maybe tempfile could use os.sopen() on Windows instead of os.open() to allow the file to be reopened without closing. |
|
| Date |
User |
Action |
Args |
| 2012-07-01 20:30:38 | sbt | set | recipients:
+ sbt, jaraco, ncoghlan, pitrou, eric.smith, tim.golden, eric.araujo, r.david.murray, brian.curtin, dabrahams, davide.rizzo, dlenski |
| 2012-07-01 20:30:38 | sbt | set | messageid: <[email protected]> |
| 2012-07-01 20:30:37 | sbt | link | issue14243 messages |
| 2012-07-01 20:30:37 | sbt | create | |
|