Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'root': 0.04; 'url:launchpad': 0.05; 'subject:Why': 0.09; 'aug': 0.13; '>>on': 0.16; 'cryptic': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'refreshing': 0.16; 'roy': 0.16; 'yup,': 0.16; 'wrote:': 0.17; 'jan': 0.18; '>>>': 0.18; 'suddenly': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'chris': 0.28; 'post': 0.28; 'questions.': 0.29; 'smart': 0.29; 'knows': 0.30; 'fri,': 0.30; 'url:source': 0.30; 'at:': 0.31; 'sense': 0.31; '11,': 0.33; 'up!': 0.33; 'problem': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'adds': 0.35; 'machines': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'details': 0.63; 'love': 0.63; 'fun': 0.64; 'smith': 0.71; '2013': 0.84; 'skip:/ 30': 0.91 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=N/3kx5Ahet1aWcXXBmRk6altn++GdYppbA+eCn1L71w=; b=Oq0fhso9XO/LW0JYVtU3xMhdC4QPTG6wDWyBXZQhBfwN3TJSZqnnH+A+VfqI5ugzKM lubhsH35LZuB/lep1pHPt2FWC11OHqFBA7nWsSMjuoOB6tr09Q0qBTb7N5jobHm4nsA3 MuahUcEwOCgiAmp5fjaps2cP7TpVot5j4FPRsunkU/CVuIwWtG8PZl4UkYazS7QJVMlt 9Ed52m37Z9T28PJOKvdQqcd2xfNy7/wXwE1DessEH/DYsOqAaQjwbYC1LzltZ3MtE8jH bgDGLbYhxGZ328u8IeJu1YD8evDCN3ln2JOiyb3zN4zWvWav6LihEuFihkVEN+KTxnXQ rrKg== MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 11 Jan 2013 03:52:17 +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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357836747 news.xs4all.nl 6952 [2001:888:2000:d::a6]:57214 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36577 On Fri, Jan 11, 2013 at 3:40 AM, Roy Smith wrote: >>On Fri, Jan 11, 2013 at 3:06 AM, Roy Smith wrote: >>> -rw-r--r-- 1 root root 45076 Aug 1 05:39 /usr/lib/python2.7/logging/handlers.py >>> -rw-r--r-- 1 root root 45143 Apr 20 2012 /usr/lib/python2.7/logging/handlers.py > > Chris Angelico wrote: >>$ dpkg -S /usr/lib/python2.7/logging/handlers.py > > Yup, on some machines we've got 2.7.3-0ubuntu3, and on others, > 2.7.3-0ubuntu3.1 of python2.7-minimal. Details at: > > https://launchpad.net/ubuntu/+source/python2.7/2.7.3-0ubuntu3.1 I love it when everything adds up! The message even cites the specific change. It's like a cryptic crossword - once you get the answer, you KNOW it's the answer because suddenly it all makes sense :) Thanks for bringing a fun problem to solve! It's (unfortunately) a refreshing change to read a post from someone who knows how to ask smart questions. ChrisA