Re: [Python-3000] end scope of iteration variables after loop

2008-04-18 Thread Robin Stocker
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

Re: [Python-3000] Patch for Doc/tutorial

2007-09-02 Thread Robin Stocker
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