Skip to content

Commit 0d2b415

Browse files
authored
Create placeholder for mkdtemp AppContainer fix
1 parent 31ae4fa commit 0d2b415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/tempfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def mkstemp(suffix=None, prefix=None, dir=None, text=False):
356356

357357
return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
358358

359-
359+
# TODO: Suggest AppContainer mkdtemp fix
360360
def mkdtemp(suffix=None, prefix=None, dir=None):
361361
"""User-callable function to create and return a unique temporary
362362
directory. The return value is the pathname of the directory.

0 commit comments

Comments
 (0)