Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.91.MISMATCH!newsfeed.xs4all.nl!newsfeed8.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.132 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.74; '*S*': 0.01; 'subject:Python': 0.05; 'wed,': 0.15; 'violated': 0.16; 'wrote:': 0.16; '2015': 0.20; 'implicit': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'character.': 0.29; 'supposed': 0.31; 'point': 0.33; 'file': 0.34; 'requirements': 0.35; 'received:google.com': 0.35; 'text': 0.35; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'requirement': 0.37; 'to:addr:python.org': 0.40; 'space': 0.40; 'internet': 0.70; '26,': 0.72; 'jul': 0.72; 'physical': 0.72; 'to:name:python': 0.84; 'subject:Gmail': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=KlSzMFda2GyQbK7COk6HBhG0ECVUWCoR+DB4WYDCKd4=; b=WbfjsErxhK1MaDL7fvOfv7GDClDJ1B4opT6zDWZrA7ujxc8ChSh6enVmiQls0VDWJv AvfWWCRDKlbgrV58Xe8n8ZOMdgRaMmxQ4gwTejK2uaOlil7j2enRoVWB1Nt+VR5vdOMB 5PiGJyL5pRaDsB7u0TWrTPvwclB0yrK/mRLKp8GIxP8z79OdxKmaTetaDxtvTqq8GGxJ 8nIJzx6KwGk2DQYDTc1fyOu1gaCALVnzv8B8DTU5uM267H6kZtCc3Dwvpp8bwlIwdvkC SkjHWqkIR9mxwn06U87EBUtw1XCPT+rBv80dRT1mPx2sMaGVSC8iEgSRjtrzJxgz0Tbs xHAA== X-Received: by 10.107.137.96 with SMTP id l93mr3636130iod.60.1438189754930; Wed, 29 Jul 2015 10:09:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1438180953.3231122.336322001.2C32910F@webmail.messagingengine.com> References: <201507251634.t6PGYUvo028820@fido.openend.se> <201507251704.t6PH4FNx029638@fido.openend.se> <85twsrn3ob.fsf@benfinney.id.au> <1438180953.3231122.336322001.2C32910F@webmail.messagingengine.com> From: Ian Kelly Date: Wed, 29 Jul 2015 09:08:35 -0800 Subject: Re: Gmail eats Python To: Python 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: 1438189756 news.xs4all.nl 2870 [2001:888:2000:d::a6]:43694 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94744 On Wed, Jul 29, 2015 at 6:42 AM, wrote: > On Sun, Jul 26, 2015, at 02:43, Ian Kelly wrote: >> What Internet standard is being violated by reflowing text content in >> the message body? > > Well, implicitly, text is only supposed to be reflowed when > format=flowed is in use, and only then when each physical line of the > file ends with a space character. An implicit requirement is not a standard. The whole point of having a standard is to make the requirements formal and explicit.