Hey Jon, On Thu, Oct 16, 2008 at 11:10, Jon Rosebaugh <[EMAIL PROTECTED]> wrote: > My program needs the non-blocking behavior of stacklesssockets.py. But > it also needs working SSL support. I did find > http://www.stackless.com/pipermail/stackless/2008-January/003249.html > in the list archives, but I couldn't the code there to work; urllib2 > kept throwing <urlopen error (9, 'Bad file descriptor')> when I tried > to use https. Any suggestions?
Phoenix committed some of his code to StacklessExamples: http://stacklessexamples.googlecode.com/svn/trunk/examples/networking/socketlibevent.py hth, Arnar _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
