This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients brian.curtin, dabrahams, davide.rizzo, dlenski, eric.araujo, eric.smith, jaraco, ncoghlan, pitrou, r.david.murray, sbt, tim.golden
Date 2012-07-01.20:37:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341175031.38.0.128120138352.issue14243@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.

Sounds like a good way forward.
History
Date User Action Args
2012-07-01 20:37:11pitrousetrecipients: + pitrou, jaraco, ncoghlan, eric.smith, tim.golden, eric.araujo, r.david.murray, brian.curtin, dabrahams, davide.rizzo, sbt, dlenski
2012-07-01 20:37:11pitrousetmessageid: <1341175031.38.0.128120138352.issue14243@psf.upfronthosting.co.za>
2012-07-01 20:37:10pitroulinkissue14243 messages
2012-07-01 20:37:10pitroucreate