]> granicus.if.org Git - python/commit
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
authorGregory P. Smith <greg@krypto.org>
Fri, 22 May 2015 23:18:14 +0000 (16:18 -0700)
committerGregory P. Smith <greg@krypto.org>
Fri, 22 May 2015 23:18:14 +0000 (16:18 -0700)
commitad577b938b367da53ee19d6d5021b19e50b92873
tree814a45237ffda590168ac368a0a4e20c40fa4d0e
parent4a7fe7e3975062a939a4e7242f2a12b172befd8a
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
parameters and returns bytes in such situations (matching the os module APIs).
Doc/library/tempfile.rst
Doc/whatsnew/3.5.rst
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS