commit | b4e59e9dc1a830cbadd02f11cfa8266618534ddb | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Apr 16 14:44:31 2012 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Apr 16 14:44:31 2012 +0100 |
tree | 713f95bcb31523b76023d2c4fb7bbb9af1bfff12 | |
parent | b206a80dab519256a348e9800c4e52659d948359 [diff] [blame] | |
parent | ee9e485c214b9348bc2e6bd3771d1a9be004a653 [diff] [blame] |
Closes #14452: remove BOM insertion code.
diff --git a/Misc/NEWS b/Misc/NEWS index 97ee354..4293a1c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -36,6 +36,8 @@ Library ------- +- Issue #14452: SysLogHandler no longer inserts a UTF-8 BOM into the message. + - Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType. - Issue #13959: Make imp.reload() always use a module's __loader__ to perform