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: 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: References: Date: Thu, 10 Jan 2013 10:07:18 +1100 Subject: Re: Why BOM in logging message? From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Thu, Jan 10, 2013 at 9:54 AM, Roy Smith 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