Peter Otten <[email protected]> wrote: > real is a property, not a method. conjugate() was the first one that > worked that was not __special__. I think it has the added benefit that > it's likely to confuse the reader... > Ah, silly me, I should have realised that.
Yes, micro-optimisations that are also micro-obfuscations are always the best. :^) -- Duncan Booth http://kupuguy.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list
