commit | 9aba8c8a9552ae74b30b261b2eaa9a5720a2c27f | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 21 00:15:08 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 21 00:15:08 2015 +0200 |
tree | 074dce9409a7c673c3d8f54eb7e5ca853c9bc10f | |
parent | d17427b7bd69644bbbd3ccb97dcb920ac50197a6 [diff] |
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.