commit | 0f35e2c0f44b2012e4e32aaccde6fa42756e61f1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 11 23:46:47 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Jun 11 23:46:47 2010 +0000 |
tree | 18a6f8dcfdf211b7b63825b3a09eea5a691b0389 | |
parent | 7909b0085a86c6956506ff1892fdc6feac2dbfd1 [diff] [blame] |
Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. Note: file system encoding cannot be None anymore (since r81190, issue #8610).
diff --git a/Misc/NEWS b/Misc/NEWS index 1335dbc..5a59310 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -421,6 +421,8 @@ Library ------- +- Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. + - Issue #8966: If a ctypes structure field is an array of c_char, convert its value to bytes instead of str (as done for c_char and c_char_p).