[Python-Dev] Close PEP 211? (was Re: Infix operators)

Terry Reedy tjreedy at udel.edu
Thu Jul 24 05:13:35 CEST 2008


Sebastien Loisel wrote:

> 
> The one thing which I found was PEP 211 
> http://www.python.org/dev/peps/pep-0211/

This now has a status of deferred.

Given that itertools.product(A,B) == ((x,y) for x in A for y in B)
== the proposed 'A @ B' and given Guido's pronounced distaste for new 
infix, should this be closed?




More information about the Python-Dev mailing list