I'll echo everything Steve says except:

On 20/11/17 00:23, Steven D'Aprano wrote:
- Ensure your code and data are ATTACHED to the email as separate
   files, not copy and pasted into the body. We should be able to
   save the files directly to our own computers without the risk
   of introducing formatting changes caused by going through an
   intermediate email format.

Actually, pasting code etc is safer since the server removes
attachments. And while it is supposed to preserve plain text
attachments it will throw them away if it sees *anything*
that it thinks looks like binary. Also some readers are on
corporate accounts that strip all attachments regardless
of type, so attachments are a bit of a gamble.

So provided it not too big (and it wont be if you followed
Steven's other advice) just paste it in the body.

Alan g.

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to