This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nobody
Recipients
Date 2002-01-30.19:33:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

Oops, I misread your complaint. The bug that was fixed was 
that sometimes the variables end up in the *global* scope.

This was discussed when it was designed and it was decided 
to do it this way.  It's similar to what a regular for loop 
does:

  for i in range(10): pass
  print i

prints 10.

I'll reject this when I can log in to SF again.

--Guido (again)
History
Date User Action Args
2007-08-23 16:02:00adminlinkissue510384 messages
2007-08-23 16:02:00admincreate