Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a69bb5c

Browse files
committed
whatsnew: os.open O_TMPFILE (python#18673).
1 parent 60de1a0 commit a69bb5c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/whatsnew/3.4.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,11 @@ Windows). (Contributed by Brian Curtin in :issue:`11939`.)
11291129
:func:`os.path.ismount` now recognizes volumes mounted below a drive
11301130
root on Windows. (Contributed by Tim Golden in :issue:`9035`.)
11311131

1132+
:func:`os.open` supports a new flag, :data:`~os.O_TMPFILE` (unnamed temporary
1133+
file) on platforms that provide it (as of 3.4.0 release, that means Linux
1134+
systems with a kernel version of 3.11 or newer that have uapi headers).
1135+
(Contributed by Christian Heimes in :issue:`18673`.)
1136+
11321137

11331138
pdb
11341139
---

0 commit comments

Comments
 (0)