diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-04-16 13:39:53 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2012-04-16 13:39:53 (GMT) |
commit | ee9e485c214b9348bc2e6bd3771d1a9be004a653 (patch) | |
tree | 7b6802443e2b9f0ddc2197b3c61d6387829259e1 /Misc | |
parent | aa292f91bbc589cd86cede476398018db557ea4f (diff) | |
download | cpython-ee9e485c214b9348bc2e6bd3771d1a9be004a653.zip cpython-ee9e485c214b9348bc2e6bd3771d1a9be004a653.tar.gz cpython-ee9e485c214b9348bc2e6bd3771d1a9be004a653.tar.bz2 |
Closes #14452: remove BOM insertion code.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ Core and Builtins 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. |