Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!multikabel.net!newsfeed20.multikabel.net!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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'linux,': 0.07; '22,': 0.09; 'behaviour.': 0.16; 'fine.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'fine': 0.24; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'should': 0.36; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'confirm': 0.64; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=sLE02ZJduPqI5PDIseFkrzYxqVVJCNr//e73/3iAlkY=; b=ghaq5SXOmB88WLSmKCCtqsWNtZWEPVI4bTQ7+heuiwwhDkyLENlUNdfDTGSTiN40a3 pym4xWI4X0WDM7ysamHIzBud08WWnYe/eMuhYseu6oVVmn13xuDZmTHwIjviFHpunHl/ ddAD8UcluMwoqWNsmnUkZgX0wxSQpcFc6smeRx7o3V/GjW88N3XOhu5joumAKx+TMDpP c1UX32gSQR2ChR4d49fBtCz45q/jCMzwgvkWDSrdfrceVTSUrFVCd6MH4MSCIlKbnV5r cJtsbBmuyYGXUprcXjZqcBqab8euNU+fRWznJ+HrjiadWyh2fZmBIFjLF6JJWvjoQMGQ c7iw== MIME-Version: 1.0 X-Received: by 10.58.34.12 with SMTP id v12mr17379250vei.55.1366593191758; Sun, 21 Apr 2013 18:13:11 -0700 (PDT) In-Reply-To: <51748cc7$0$29977$c3e8da3$5496439d@news.astraweb.com> References: <51748cc7$0$29977$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 22 Apr 2013 11:13:11 +1000 Subject: Re: Weird behaviour? 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366593599 news.xs4all.nl 2252 [2001:888:2000:d::a6]:37608 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:44028 On Mon, Apr 22, 2013 at 11:05 AM, Steven D'Aprano wrote: > I cannot confirm that behaviour. It works fine for me. I should mention: Under Linux, there's no \r, so -u or no -u, the program will work fine. ChrisA