Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36525

Re: Why BOM in logging message?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'revision': 0.05; 'python': 0.09; 'subject:Why': 0.09; 'weird': 0.15; '2.7?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'log.': 0.16; 'roy': 0.16; 'two,': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'jan': 0.18; 'versions': 0.20; 'stick': 0.22; 'url:bugs': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'older': 0.27; 'message-id:@mail.gmail.com': 0.27; 'use?': 0.29; 'url:python': 0.32; 'running': 0.32; 'could': 0.32; 'to:addr:python-list': 0.33; 'front': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'two': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'different': 0.63; 'smith': 0.71; '2013': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Dl1HqSsTtGipmEGToduD/ttjZ3NB+Rmh6utCfSBJJew=; b=H1cMnP5IDo2GPl8l2n3aAQNELmjtLnvYHo5osjmtyrpqN+zsGh4+tZcvKja2p21XiI lM5VgbtYQES+WHsKDaI0T79t1V4ntPuJY6lypLg5SNo8e38ThxiHjYiswVrljNKPIF8H A8F4/Z3agSFVOOqm/wlm3f88h2V8V6IfXKXFDfX8ldTn4RMqlp2WYy5PQEiTKZNaLnnA JKOJpZffG+fL42+QROaEworv68zf2uVN6W6R1BUU3o17Se2vQ328i5GC4vc/6hVRJgVQ 8AFtmiTN425nhHFIFmPD/ky26P1UBPX421if1Es7Rsfdzrn6cv3iedervRm6DIas1mKy kOkg==
MIME-Version 1.0
In-Reply-To <kcksg2$bkp$1@panix2.panix.com>
References <kcksg2$bkp$1@panix2.panix.com>
Date Thu, 10 Jan 2013 10:07:18 +1100
Subject Re: Why BOM in logging message?
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.344.1357772847.2939.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357772848 news.xs4all.nl 6939 [2001:888:2000:d::a6]:35181
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36525

Show key headers only | View raw


On Thu, Jan 10, 2013 at 9:54 AM, Roy Smith <roy@panix.com> wrote:
> What's weird is that two of the servers, and only those two, stick a
> BOM (Byte Order Mark) in front of the message they log.

Could it be this issue you're looking at?

http://bugs.python.org/issue14452

What are the exact Python versions in use? Are the two different
servers running an older revision of Py 2.7?

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Why BOM in logging message? roy@panix.com (Roy Smith) - 2013-01-09 17:54 -0500
  Re: Why BOM in logging message? Chris Angelico <rosuav@gmail.com> - 2013-01-10 10:07 +1100
    Re: Why BOM in logging message? Roy Smith <roy@panix.com> - 2013-01-09 20:17 -0500
      Re: Why BOM in logging message? roy@panix.com (Roy Smith) - 2013-01-10 11:06 -0500
        Re: Why BOM in logging message? Chris Angelico <rosuav@gmail.com> - 2013-01-11 03:16 +1100
          Re: Why BOM in logging message? roy@panix.com (Roy Smith) - 2013-01-10 11:40 -0500
            Re: Why BOM in logging message? Chris Angelico <rosuav@gmail.com> - 2013-01-11 03:52 +1100
        Re: Why BOM in logging message? Terry Reedy <tjreedy@udel.edu> - 2013-01-10 18:45 -0500
  Re: Why BOM in logging message? John Gordon <gordon@panix.com> - 2013-01-09 23:19 +0000
    Re: Why BOM in logging message? Roy Smith <roy@panix.com> - 2013-01-09 20:17 -0500

csiph-web