[Python-Dev] Re: Feature bloat in Python (was some PEP thing!)

Skip Montanaro skip@mojam.com (Skip Montanaro)
Mon, 24 Jul 2000 09:09:45 -0500 (CDT)


    me> ... a list comprehension is simply a create a new list ...

should be

    ... a list comprehension is simply a way to create a new list ...

Also, in

    me> We don't have the luxury of convenient glyphs that mean "there
    me> exists" and "for all", however.

I should have included "such that".  It has, indeed, been a few years since
I cracked a math book of any kind... ;-)

Skip