commit | 7e9c9d51b640f0486b4b31f8bf5fe21d1fe7ee11 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Apr 16 14:38:23 2012 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Apr 16 14:38:23 2012 +0100 |
tree | fe02277a10d76d40860f8372c58d18e6bd32d215 | |
parent | 9945a64a8bc47ec91dfa849bb36e39ce0c36013f [diff] [blame] |
Issue #14452: remove BOM insertion code.
diff --git a/Misc/NEWS b/Misc/NEWS index e35b9f3..71218d7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -48,6 +48,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.