[Tutor] AttributeError: 'BezierPath' object has no attribute '_draw_solid'
Steven D'Aprano
steve at pearwood.info
Mon Nov 20 06:24:50 EST 2017
On Mon, Nov 20, 2017 at 10:26:50AM +0000, Alan Gauld via Tutor wrote:
> 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.
Let's do a test and see what happens! Attached is a .py file in UTF-8.
If that passes through, I think we're good :-)
> Also some readers are on
> corporate accounts that strip all attachments regardless
> of type
Given the popularity of HTML email, corporate logos attached as images,
and the ubiquity of emailing PDF and DOC/DOCX files in the business
world, I would be stunned to come across any corporation that stripped
all attachements.
--
Steve
-------------- next part --------------
# Testing
if __name__ == '__main__':
print("Hello World! ??? ? ? ?")
More information about the Tutor
mailing list