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 qingyunha
Recipients qingyunha
Date 2018-02-08.09:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518080718.92.0.467229070634.issue32793@psf.upfronthosting.co.za>
In-reply-to
Content
```
            if self.debuglevel > 0:
                self._print_debug('connect:', (host, port))
```
The above both in _get_socket and connect method, and connect also invoke _get_socket.
History
Date User Action Args
2018-02-08 09:05:18qingyunhasetrecipients: + qingyunha
2018-02-08 09:05:18qingyunhasetmessageid: <1518080718.92.0.467229070634.issue32793@psf.upfronthosting.co.za>
2018-02-08 09:05:18qingyunhalinkissue32793 messages
2018-02-08 09:05:18qingyunhacreate