Re: Variable name has a typo, but code still works. Why?

2006-05-31 Thread mateus
oblem. Could it have been in the .pyc? I thought that was recompiled every time a .py is run/set to be interpreted. I'm sure I got that last sentence wrong. [EMAIL PROTECTED] wrote: > mateus wrote: > > print "hello world" > > > > I have a nested loop where the ou

Re: Variable name has a typo, but code still works. Why?

2006-05-31 Thread mateus
mateus wrote: > print "hello world" > > I have a nested loop where the outer loop iterates over key value pairs > of a dictionary and the inner loop iterates over a list each list of > which is a mapped value from the dictionary > > def showReport(self):

Variable name has a typo, but code still works. Why?

2006-05-31 Thread mateus
print "hello world" I have a nested loop where the outer loop iterates over key value pairs of a dictionary and the inner loop iterates over a list each list of which is a mapped value from the dictionary def showReport(self): for dev, sessions in self.logger.items(): for