Eric V. Smith <e...@trueblade.com> added the comment:

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.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33806>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to