commit | ee9e485c214b9348bc2e6bd3771d1a9be004a653 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Apr 16 14:39:53 2012 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Apr 16 14:39:53 2012 +0100 |
tree | 7b6802443e2b9f0ddc2197b3c61d6387829259e1 | |
parent | aa292f91bbc589cd86cede476398018db557ea4f [diff] [blame] |
Closes #14452: remove BOM insertion code.
diff --git a/Misc/NEWS b/Misc/NEWS index 0a7ea9a..adb0b08 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,8 @@ Library ------- +- Issue #14452: SysLogHandler no longer inserts a UTF-8 BOM into the message. + - Issue #13496: Fix potential overflow in bisect.bisect algorithm when applied to a collection of size > sys.maxsize / 2.