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 berker.peksag
Recipients berker.peksag, docs@python, eli.bendersky, ethan.furman, georg.brandl, giampaolo.rodola, ncoghlan, python-dev
Date 2014-10-15.08:56:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413363375.24.0.229299542449.issue20386@psf.upfronthosting.co.za>
In-reply-to
Content
+ self.assertTrue(socket.SocketType is _socket.socket)

You can use assertIs instead of assertTrue.
History
Date User Action Args
2014-10-15 08:56:15berker.peksagsetrecipients: + berker.peksag, georg.brandl, ncoghlan, giampaolo.rodola, eli.bendersky, docs@python, ethan.furman, python-dev
2014-10-15 08:56:15berker.peksagsetmessageid: <1413363375.24.0.229299542449.issue20386@psf.upfronthosting.co.za>
2014-10-15 08:56:15berker.peksaglinkissue20386 messages
2014-10-15 08:56:15berker.peksagcreate