Jason Tackaberry wrote:
> Modified: trunk/base/src/notifier/async.py
> ==============================================================================
> --- trunk/base/src/notifier/async.py  (original)
> +++ trunk/base/src/notifier/async.py  Sat Feb 16 14:09:50 2008
> @@ -56,6 +56,10 @@
>      """
>      def create(exc, stack, *args):
>          from new import classobj
> +        dict.update({
> +            # Necessary for python 2.4
> +            '__str__': AsyncExceptionBase.__str__
> +        })
>          e = classobj(name, (exc.__class__,) + bases, dict)(*exc.args)
>          e._set_info(exc.__class__.__name__, stack, *args)
>          return e

I don't understand. What is dict? Is it the class? If so, what does
this change do?


Dischi

-- 
A day without sun shine is like, you know, night.

Attachment: pgp6PTM99fgmq.pgp
Description: PGP signature

-------------------------------------------------------------------------
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
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to