diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-10-29 19:16:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-04 10:27:11 +0000 |
commit | 72964fca1d044fbb49ae64c4bab3145e32240c9f (patch) | |
tree | 61ce03b4b386da909ea515cebe9b114cd7f307e5 /scripts/crosstap | |
parent | d6fd3030f98eaf3da3a71f723361ac0f7f94c8dd (diff) | |
download | poky-72964fca1d044fbb49ae64c4bab3145e32240c9f.tar.gz |
python-2.7.3:remove BOM insertion code
Backport patch from:
https://hg.python.org/cpython/rev/af46a001d5ec
SysLogHandler converts message to utf8 and adds BOM, supposedly
to conform with RFC5424, but the implementation is broken:
the RFC specifies that the BOM should prefix only unstructured
message part, but current Python implementation puts it in the
middle of structured part, thus confusing RFC-compliant receivers.
(From OE-Core rev: c51caffe5ac0d49844dcbac7967f609d44c20470)
Signed-off-by: yzhu1 <yanjun.zhu@windriver.com>
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/crosstap')
0 files changed, 0 insertions, 0 deletions