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 olau
Recipients georg.brandl, olau, r.david.murray
Date 2009-11-10.11:28:47
SpamBayes Score 9.3988973e-07
Marked as misclassified No
Message-id <1257852528.95.0.935494760136.issue7290@psf.upfronthosting.co.za>
In-reply-to
Content
As the reporter of issue 7276, I think it's a clear explanation of this 
phenomonen. I think that maybe you should remove the "New Python 
programmers" in

"New Python programmers are often surprised when they get this error in 
previously working code when they modify it by adding an assignment 
statement somewhere in the body of a function."

so say something like

"It can be a surprise to get this error in previously working code when it 
is modified by adding an assignment statement somewhere in a function 
body."
History
Date User Action Args
2009-11-10 11:28:49olausetrecipients: + olau, georg.brandl, r.david.murray
2009-11-10 11:28:48olausetmessageid: <1257852528.95.0.935494760136.issue7290@psf.upfronthosting.co.za>
2009-11-10 11:28:47olaulinkissue7290 messages
2009-11-10 11:28:47olaucreate