Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89949
| 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 | <rosuav@gmail.com> |
| 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> <mi7n22$mbc$1@ger.gmane.org> <mailman.83.1430741619.12865.python-list@python.org> <55487fe3$0$12919$c3e8da3$5496439d@news.astraweb.com> <mailman.112.1430815275.12865.python-list@python.org> <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 <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.115.1430818087.12865.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Tue, May 5, 2015 at 7:23 PM, Davide Mancusi <arekfu@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
when does newlines get set in universal newlines mode? arekfu@gmail.com - 2015-05-04 02:50 -0700
Re: when does newlines get set in universal newlines mode? Peter Otten <__peter__@web.de> - 2015-05-04 14:01 +0200
Re: when does newlines get set in universal newlines mode? Chris Angelico <rosuav@gmail.com> - 2015-05-04 22:13 +1000
Re: when does newlines get set in universal newlines mode? Davide Mancusi <arekfu@gmail.com> - 2015-05-04 06:35 -0700
Re: when does newlines get set in universal newlines mode? Terry Reedy <tjreedy@udel.edu> - 2015-05-04 13:38 -0400
Re: when does newlines get set in universal newlines mode? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-05-05 18:31 +1000
Re: when does newlines get set in universal newlines mode? Chris Angelico <rosuav@gmail.com> - 2015-05-05 18:41 +1000
Re: when does newlines get set in universal newlines mode? Davide Mancusi <arekfu@gmail.com> - 2015-05-05 02:23 -0700
Re: when does newlines get set in universal newlines mode? Chris Angelico <rosuav@gmail.com> - 2015-05-05 19:28 +1000
Re: when does newlines get set in universal newlines mode? Davide Mancusi <arekfu@gmail.com> - 2015-05-05 03:58 -0700
Re: when does newlines get set in universal newlines mode? Peter Otten <__peter__@web.de> - 2015-05-04 17:17 +0200
Re: when does newlines get set in universal newlines mode? Chris Angelico <rosuav@gmail.com> - 2015-05-05 01:26 +1000
Re: when does newlines get set in universal newlines mode? Ian Kelly <ian.g.kelly@gmail.com> - 2015-05-04 09:33 -0600
csiph-web