On Wed, 2008-03-12 at 09:26 +0100, Dirk Meyer wrote: > In that case I would loose the traceback. I wonder if that will work: > > | try: > | ... > | self._handshake = False > | except: > | self._handshake = False > | type, value, tb = sys.exc_info() > | raise type, value, tb > > Jason: is this the correct way?
Yes, looks good. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
