From: Juan Nunez-I. <jni...@gm...> - 2015-05-14 00:33:22
|
Fascinating! Can you "unpack" (heh) that error for us mere mortals? In particular: - never seen that "or" syntax before... Is it coercing both expressions as bool, or is it evaluating to left if bool(left) evaluates to True, else to right? - Why do you expect the second expression to work? Is ** supposed to have lower preference than "or"? (Which seems weird to me.) Thanks! Juan. On Thu, May 14, 2015 at 5:08 AM, Thomas Caswell <tca...@gm...> wrote: > > The failures on python nightly are currently due to a bug in python ( > http://bugs.python.org/issue24176) > > Tom > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > |