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 sbt
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:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341174638.32.0.317785771531.issue14243@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-01 20:30:38sbtsetrecipients: + sbt, jaraco, ncoghlan, pitrou, eric.smith, tim.golden, eric.araujo, r.david.murray, brian.curtin, dabrahams, davide.rizzo, dlenski
2012-07-01 20:30:38sbtsetmessageid: <1341174638.32.0.317785771531.issue14243@psf.upfronthosting.co.za>
2012-07-01 20:30:37sbtlinkissue14243 messages
2012-07-01 20:30:37sbtcreate