Message142930
> open(filename, 'w',
> fd_opener=lambda path, mode: os.open(path, mode|os.O_CREAT)
I prefer open(name, "c").
> it doesn't fill a use case: actually, avoiding race conditions
> is an important use case, ...
It may help the issue #8604 (and maybe #8828). |
|
Date |
User |
Action |
Args |
2011-08-24 21:34:40 | vstinner | set | recipients:
+ vstinner, amaury.forgeotdarc, pitrou, benjamin.peterson, neologix, docs@python, Julian, David.Townshend |
2011-08-24 21:34:40 | vstinner | set | messageid: <1314221680.79.0.0220620448642.issue12760@psf.upfronthosting.co.za> |
2011-08-24 21:34:40 | vstinner | link | issue12760 messages |
2011-08-24 21:34:40 | vstinner | create | |
|