]> granicus.if.org Git - python/commit
Issue #21515: Elaborate tempfile.TemporaryFile() comment
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 20 Oct 2015 22:15:08 +0000 (00:15 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 20 Oct 2015 22:15:08 +0000 (00:15 +0200)
commit9aba8c8a9552ae74b30b261b2eaa9a5720a2c27f
tree074dce9409a7c673c3d8f54eb7e5ca853c9bc10f
parentd17427b7bd69644bbbd3ccb97dcb920ac50197a6
Issue #21515: Elaborate tempfile.TemporaryFile() comment

Explain why calling os.open() with os.O_TMPFILE is a safe test to check if
O_TMPFILE is supported by the running kernel.
Lib/tempfile.py