Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:set': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'bug': 0.12; 'suggest': 0.14; 'thread': 0.14; 'cool.': 0.16; 'davide': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'report:': 0.16; 'say.': 0.16; 'subject:when': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'tracker': 0.26; 'header:In-Reply-To:1': 0.27; 'url:bugs': 0.29; 'message- id:@mail.gmail.com': 0.30; 'posting': 0.31; 'with,': 0.31; 'url:python': 0.33; 'received:google.com': 0.35; 'subject:?': 0.36; 'url:org': 0.36; 'pm,': 0.38; "you've": 0.63; 'subject:get': 0.81; '2015': 0.84; 'to:none': 0.92 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:cc :content-type; bh=ySWzbSF5j/Hcs5wXRz3JfKDF4u5vxukYHsx0hRSVPJU=; b=KpvVHPatAoUeg+ZFU088axoZUJYkaJRlmW8UzPP6LbzvVwPqw7mVT5ETCDqh3oO+Bp 5TpVCMtPc3I2nUsYehFZiVhpT2hME954jJE3pI+hlfwIzNtWtvNSPso4G9/cDoi1bP/R rUFT59zxKh48pJbDRKjaO1xfo234zTlna4jrzVVEdqd+aaueW3x51852txVDov+ALR7a 2zJX6+wpaZiOHRornyNIxDO3U669u1aJSFLof26j7hWTyHpHZSlV6amzyKPKVfmt5mp4 DsPdxM+p/1nm6tQ6pFfNm3cp7Jypiel7WIJmb7B56v0/g5EdE8dOiVjqxcpr+l3h9XdF O1Kw== MIME-Version: 1.0 X-Received: by 10.107.134.206 with SMTP id q75mr26011684ioi.27.1430818080500; Tue, 05 May 2015 02:28:00 -0700 (PDT) In-Reply-To: <5728620b-6076-4752-8025-93ed460afba0@googlegroups.com> References: <3c45772b-77e0-4c17-8b3d-aa246c4b511c@googlegroups.com> <55487fe3$0$12919$c3e8da3$5496439d@news.astraweb.com> <5728620b-6076-4752-8025-93ed460afba0@googlegroups.com> Date: Tue, 5 May 2015 19:28:00 +1000 Subject: Re: when does newlines get set in universal newlines mode? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430818087 news.xs4all.nl 2952 [2001:888:2000:d::a6]:52882 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89949 On Tue, May 5, 2015 at 7:23 PM, Davide Mancusi wrote: > I just opened a bug report: > > http://bugs.python.org/issue24126 > > We'll see what they say. Cool. I suggest posting in the tracker thread the exact Python version(s) you've tested this with, in case it matters. ChrisA