Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94556 > unrolled thread
| Started by | Laura Creighton <lac@openend.se> |
|---|---|
| First post | 2015-07-25 18:34 +0200 |
| Last post | 2015-07-26 16:22 -0700 |
| Articles | 7 — 5 participants |
Back to article view | Back to comp.lang.python
Gmail eats Python Laura Creighton <lac@openend.se> - 2015-07-25 18:34 +0200
Re: Gmail eats Python Grant Edwards <invalid@invalid.invalid> - 2015-07-26 00:58 +0000
Re: Gmail eats Python Laura Creighton <lac@openend.se> - 2015-07-26 09:02 +0200
Re: Gmail eats Python wxjmfauth@gmail.com - 2015-07-26 01:35 -0700
Re: Gmail eats Python Grant Edwards <invalid@invalid.invalid> - 2015-07-26 15:50 +0000
Re: Gmail eats Python Steven D'Aprano <steve@pearwood.info> - 2015-07-26 14:04 +1000
Re: Gmail eats Python Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-26 16:22 -0700
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-07-25 18:34 +0200 |
| Subject | Gmail eats Python |
| Message-ID | <mailman.982.1437842084.3674.python-list@python.org> |
Gmail eats Python. We just saw this mail back from Sebastian Luque which says in part: >>> try: all_your_code_which_is_happy_with_non_scalars except >>> WhateverErrorPythonGivesYouWhenYouTryThisWithScalars: >>> whatever_you_want_to_do_when_this_happens Ow! Gmail is understanding the >>> I stuck in as 'this is from the python console as a quoting marker and thinks it can reflow that. I think that splunqe must already have gmail set for plain text or else even worse mangling must show up. How do you teach gmail not to reflow what it thinks of as 'other people's quoted text'? Laura
[toc] | [next] | [standalone]
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Date | 2015-07-26 00:58 +0000 |
| Message-ID | <mp1bb0$5ln$1@reader1.panix.com> |
| In reply to | #94556 |
On 2015-07-25, Laura Creighton <lac@openend.se> wrote: > Gmail eats Python. > > We just saw this mail back from Sebastian Luque which says in part: > >>>> try: all_your_code_which_is_happy_with_non_scalars except >>>> WhateverErrorPythonGivesYouWhenYouTryThisWithScalars: >>>> whatever_you_want_to_do_when_this_happens > > Ow! [...] You use mutt or something else decent as your MUA. -- Grant
[toc] | [prev] | [next] | [standalone]
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-07-26 09:02 +0200 |
| Message-ID | <mailman.1003.1437894172.3674.python-list@python.org> |
| In reply to | #94582 |
In a message of Sun, 26 Jul 2015 00:58:08 -0000, Grant Edwards writes: >You use mutt or something else decent as your MUA. > I do -- the problem is all the gmail users out there. Laura
[toc] | [prev] | [next] | [standalone]
| From | wxjmfauth@gmail.com |
|---|---|
| Date | 2015-07-26 01:35 -0700 |
| Message-ID | <d8e49901-2d63-44ec-8822-f2c1da109089@googlegroups.com> |
| In reply to | #94602 |
Le dimanche 26 juillet 2015 09:03:02 UTC+2, Laura Creighton a écrit : > In a message of Sun, 26 Jul 2015 00:58:08 -0000, Grant Edwards writes: > > >You use mutt or something else decent as your MUA. > > > > I do -- the problem is all the gmail users out there. > > Laura To bad, that gmail does not use this absurd and buggy Flexible String Representation.
[toc] | [prev] | [next] | [standalone]
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Date | 2015-07-26 15:50 +0000 |
| Message-ID | <mp2vkn$31g$4@reader1.panix.com> |
| In reply to | #94602 |
On 2015-07-26, Laura Creighton <lac@openend.se> wrote: > In a message of Sun, 26 Jul 2015 00:58:08 -0000, Grant Edwards writes: > >>You use mutt or something else decent as your MUA. >> > > I do -- the problem is all the gmail users out there. So am I, and I use mutt as my MUA pretty much exclusively. [I sometimes use the web UI when I want to do fancy searches.] -- Grant
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve@pearwood.info> |
|---|---|
| Date | 2015-07-26 14:04 +1000 |
| Message-ID | <55b45c64$0$1643$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #94556 |
On Sun, 26 Jul 2015 02:34 am, Laura Creighton wrote: > Gmail eats Python. > > We just saw this mail back from Sebastian Luque which says in part: > >>>> try: all_your_code_which_is_happy_with_non_scalars except >>>> WhateverErrorPythonGivesYouWhenYouTryThisWithScalars: >>>> whatever_you_want_to_do_when_this_happens > > Ow! Gmail is understanding the >>> I stuck in as 'this is from the > python console as a quoting marker and thinks it can reflow that. That's one of the reasons I have my Python prompt set to "py> ". -- Steven
[toc] | [prev] | [next] | [standalone]
| From | Rick Johnson <rantingrickjohnson@gmail.com> |
|---|---|
| Date | 2015-07-26 16:22 -0700 |
| Message-ID | <1c992112-e55b-421f-afc1-14d47c7d7495@googlegroups.com> |
| In reply to | #94556 |
On Saturday, July 25, 2015 at 11:35:02 AM UTC-5, Laura Creighton wrote: > How do you teach gmail not to reflow what it thinks of as > 'other people's quoted text'? My simple solution is to bulk replace ">>> " with "py> ". Also has the benefit of differentiating between languages when a proper "tag" is used. py> # Python code rb> # Ruby code
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web