Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94736 > unrolled thread

Re: Gmail eats Python

Started byrandom832@fastmail.us
First post2015-07-29 10:42 -0400
Last post2015-07-29 10:42 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Gmail eats Python random832@fastmail.us - 2015-07-29 10:42 -0400

#94736 — Re: Gmail eats Python

Fromrandom832@fastmail.us
Date2015-07-29 10:42 -0400
SubjectRe: Gmail eats Python
Message-ID<mailman.1069.1438180956.3674.python-list@python.org>
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.

If there were _no_ internet standard on reflowing that would be one
thing (new feature whereas the standards are behind the times), but the
standard for reflowing is actually well-established (RFC 2646, dated
1999) and there's no real reason for not following it.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web