Re: PEP on breaking outer loops with StopIteration

2008-06-09 Thread Kris Kowal
ready be there, and the specialized exception type) can wake this dead issue. Maybe "break letters" could under the hood raise the specialized StopIteration. But, then again. Guido has said, "No", already on other, albeit subjective, grounds. I'll drop it or champion it if there's interest. Kris Kowal -- http://mail.python.org/mailman/listinfo/python-list

PEP on breaking outer loops with StopIteration

2008-06-09 Thread Kris Kowal
== 'b' and number == 5: raise letters.StopIteration() I imagine that this would constitute a lot of overhead in StopIteration type instances, but perhaps a C implementation would use flyweight StopIteration types for immutable direct subtypes of the builtin StopIteration. Kris Kowal -- http://mail.python.org/mailman/listinfo/python-list

Multi-threaded SSL

2006-02-17 Thread Kris Kowal
reventing me from having multiple connections waiting for responses simultaneously? Many thanks, Kris Kowal -- http://mail.python.org/mailman/listinfo/python-list