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-03.19:22:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341343352.85.0.42421337653.issue14243@psf.upfronthosting.co.za>
In-reply-to
Content
I have opened Issue #15244 with a patch to add a share module to the stdlib.

After monkey patching builtins.open(), io.open() and os.open() to be equivalents using FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE, the regression test suite still runs successfully.
History
Date User Action Args
2012-07-03 19:22:32sbtsetrecipients: + sbt, jaraco, ncoghlan, pitrou, eric.smith, tim.golden, eric.araujo, r.david.murray, brian.curtin, dabrahams, davide.rizzo, dlenski
2012-07-03 19:22:32sbtsetmessageid: <1341343352.85.0.42421337653.issue14243@psf.upfronthosting.co.za>
2012-07-03 19:22:32sbtlinkissue14243 messages
2012-07-03 19:22:32sbtcreate