From: Vinay Sajip Date: Mon, 16 Apr 2012 13:44:31 +0000 (+0100) Subject: Closes #14452: remove BOM insertion code. X-Git-Tag: v3.3.0a3~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4e59e9dc1a830cbadd02f11cfa8266618534ddb;p=thirdparty%2FPython%2Fcpython.git Closes #14452: remove BOM insertion code. --- b4e59e9dc1a830cbadd02f11cfa8266618534ddb diff --cc Misc/NEWS index 97ee354c9ba6,adb0b08f224f..4293a1ca97a4 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -36,14 -23,28 +36,16 @@@ Core and Builtin 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 + the reload. + +- Issue #13959: Add imp.py and rename the built-in module to _imp, allowing for + re-implementing parts of the module in pure Python. + - Issue #13496: Fix potential overflow in bisect.bisect algorithm when applied to a collection of size > sys.maxsize / 2.