diff options
author | Gregory P. Smith <greg@krypto.org> | 2015-05-22 23:18:14 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2015-05-22 23:18:14 (GMT) |
commit | ad577b938b367da53ee19d6d5021b19e50b92873 (patch) | |
tree | 814a45237ffda590168ac368a0a4e20c40fa4d0e /Misc | |
parent | 4a7fe7e3975062a939a4e7242f2a12b172befd8a (diff) | |
download | cpython-ad577b938b367da53ee19d6d5021b19e50b92873.zip cpython-ad577b938b367da53ee19d6d5021b19e50b92873.tar.gz cpython-ad577b938b367da53ee19d6d5021b19e50b92873.tar.bz2 |
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).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ Core and Builtins Library ------- +- 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). + - Issue 24244: Prevents termination when an invalid format string is encountered on Windows in strftime. |