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 jaraco
Recipients georg.brandl, jaraco
Date 2010-03-27.18:38:21
SpamBayes Score 0.0006348497
Marked as misclassified No
Message-id <1269715103.13.0.528996170521.issue8245@psf.upfronthosting.co.za>
In-reply-to
Content
According to issue4239#msg75355, the connect call is not required, but I believe he is mistaken. The connect call is required unless the s object is constructed with host/port parameters, in which case the call to connect (without any parameters) will result in various output depending on how localhost responds to the connection request.

In any case, the original recommendation still stands, that the .connect() call should be restored.
History
Date User Action Args
2010-03-27 18:38:23jaracosetrecipients: + jaraco, georg.brandl
2010-03-27 18:38:23jaracosetmessageid: <1269715103.13.0.528996170521.issue8245@psf.upfronthosting.co.za>
2010-03-27 18:38:21jaracolinkissue8245 messages
2010-03-27 18:38:21jaracocreate