|
From: Diez B. R. <de...@we...> - 2005-09-21 15:37:48
|
Am Mittwoch, 21. September 2005 17:08 schrieb Ray Djajadinata: > Hi Ivan, > > This seems to be fixed in 2.2: As others have pointed out: this is not a fix - it's a semantic change between python 2.1 and 2.2, the latter one defines a dict's __iter__ method to return and iterator over the keys. Diez |