On Feb 4, 8:43 pm, Odysseus <[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>,
>  Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> >     found = dict()
> BTW what's the difference between the above and "found = {}"?

{} takes 4 fewer keystrokes, doesn't have the overhead of a function
call, and works with Pythons at least as far back as 1.5.2 -- apart
from that, it's got absolutely nothing going for it ;-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to