This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients ckreddy, eric.smith
Date 2018-06-08.13:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528465782.02.0.592728768989.issue33806@psf.upfronthosting.co.za>
In-reply-to
Content
Which link are you referring to?

I don't see any code you've provided where you're reopening a connection. It looks like you're opening a new connection, reading, writing, and nothing else.

It also looks like the output you show is coming from the remote server, not anything on the client side in Python.

And, as the example code in the documentation shows, you should probably be using a "with" statement.
History
Date User Action Args
2018-06-08 13:49:42eric.smithsetrecipients: + eric.smith, ckreddy
2018-06-08 13:49:42eric.smithsetmessageid: <1528465782.02.0.592728768989.issue33806@psf.upfronthosting.co.za>
2018-06-08 13:49:42eric.smithlinkissue33806 messages
2018-06-08 13:49:41eric.smithcreate