Issue 1841 in sympy: Replace map() with a list compression in most cases

2010-02-21 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium New issue 1841 by asmeurer: Replace map() with a list compression in most cases http://code.google.com/p/sympy/issues/detail?id=1841 If you've been programming in Python for long enough, you know about the magic of list co

Re: Issue 1841 in sympy: Replace map() with a list compression in most cases

2013-03-30 Thread sympy
Comment #4 on issue 1841 by manojkum...@gmail.com: Replace map() with a list compression in most cases http://code.google.com/p/sympy/issues/detail?id=1841 Should this be marked as fixed, I've seen only two cases of map(lambda_) being used. -- You received this message because this projec

Re: Issue 1841 in sympy: Replace map() with a list compression in most cases

2013-04-28 Thread sympy
Comment #5 on issue 1841 by asmeu...@gmail.com: Replace map() with a list compression in most cases http://code.google.com/p/sympy/issues/detail?id=1841 There are several. Do a grep. -- You received this message because this project is configured to send all issue notifications to this add

Re: Issue 1841 in sympy: Replace map() with a list compression in most cases

2010-06-14 Thread sympy
Comment #1 on issue 1841 by asmeurer: Replace map() with a list compression in most cases http://code.google.com/p/sympy/issues/detail?id=1841 As noted in comment 10 of issue 1843, generators, i.e., (x**i for i in range(100)), can often be even more efficient than list comprehensions. --

Re: Issue 1841 in sympy: Replace map() with a list compression in most cases

2010-06-15 Thread sympy
Comment #2 on issue 1841 by Vinzent.Steinberg: Replace map() with a list compression in most cases http://code.google.com/p/sympy/issues/detail?id=1841 To be verified. :) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group