<p dir="ltr">On Jul 25, 2015 11:35 AM, "Laura Creighton" <<a href="mailto:lac@openend.se">lac@openend.se</a>> wrote:<br>
><br>
> Gmail eats Python.<br>
><br>
> We just saw this mail back from Sebastian Luque which says in part:<br>
><br>
> >>> try: all_your_code_which_is_happy_with_non_scalars except<br>
> >>> WhateverErrorPythonGivesYouWhenYouTryThisWithScalars:<br>
> >>> whatever_you_want_to_do_when_this_happens<br>
><br>
> Ow!  Gmail is understanding the >>> I stuck in as 'this is from the<br>
> python console as a quoting marker and thinks it can reflow that.<br>
><br>
> I think that splunqe must already have gmail set for plain text or<br>
> else even worse mangling must show up.<br>
><br>
> How do you teach gmail not to reflow what it thinks of as<br>
> 'other people's quoted text'?</p>
<p dir="ltr">Add same whitespace in front of the >'s, in plain text mode:</p>
<p dir="ltr">   >>> def test(): pass<br>
   ... <br>
   >>> print('Hi world')<br>
   Hi world<br>
   >>></p>
<p dir="ltr">(Hopefully that will work from my phone)</p>
<p dir="ltr">--<br>
Zach<br>
(On a phone)<br>
</p>