Richard Thomas schrieb:
> I like that loop variables end up still in scope, as demonstrated so
> far on this list it is quite useful, but only when there is a break
> somewhere. The one that confuses me, therefore, is the dummy variables
> in a generator expression leaking into the scope defining t
27; of
> this issue on the spreadsheet.
>
> Whoever puts in these patches, I would appreciate being notified that it
> is done.
>
> Paul
I've had a look at the patch and here's another one against the current
py3k, to be applied in the Doc directory. It mostly fixes