Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60de1a0 commit a69bb5cCopy full SHA for a69bb5c
1 file changed
Doc/whatsnew/3.4.rst
@@ -1129,6 +1129,11 @@ Windows). (Contributed by Brian Curtin in :issue:`11939`.)
1129
:func:`os.path.ismount` now recognizes volumes mounted below a drive
1130
root on Windows. (Contributed by Tim Golden in :issue:`9035`.)
1131
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
+
1137
1138
pdb
1139
---
0 commit comments