[Python-Dev] Features for Python 2.0

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 25 Jul 2000 16:40:48 +0200


guido wrote:
> This is a (minor) open issue; I'd be happy with requiring
>=20
>   [(x, x*2) for x in seq]

doesn't really change anything, does it?  the (x, x*2) could
still be a value tuple or an assignment target.

I'm no parser expert, but doesn't this mean that we're ruling
out certain kinds of parsers?

</F>