"ml1n" <[EMAIL PROTECTED]> writes: > In the interests of speed my thinking was that using map would move the > loop out of Python and into C, is that the case when using list > comprehension? I'd always thought it was just syntatic short hand for > a Python loop.
Best to run benchmarks, but I don't expect a huge difference between any of them. -- http://mail.python.org/mailman/listinfo/python-list