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 chris.jerdonek
Recipients chris.jerdonek, pitrou, tweksteen
Date 2012-07-27.03:12:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343358730.15.0.941647102781.issue15464@psf.upfronthosting.co.za>
In-reply-to
Content
In your test, is there a reason you don't need to verify that your callback is actually called?

+            def cb(packet):
+              self.assertGreater(len(packet), 0)
+            ctx = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
+            ctx.set_msg_callback(cb)
History
Date User Action Args
2012-07-27 03:12:10chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, tweksteen
2012-07-27 03:12:10chris.jerdoneksetmessageid: <1343358730.15.0.941647102781.issue15464@psf.upfronthosting.co.za>
2012-07-27 03:12:09chris.jerdoneklinkissue15464 messages
2012-07-27 03:12:09chris.jerdonekcreate