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 r.david.murray
Recipients V.E.O, r.david.murray
Date 2012-08-29.16:11:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346256692.79.0.485344944467.issue15813@psf.upfronthosting.co.za>
In-reply-to
Content
When you assign a value to param1 it becomes a local variable, thus the error.  You should ask for help on your scoping questions from the python-tutor list or the general python-list.
History
Date User Action Args
2012-08-29 16:11:32r.david.murraysetrecipients: + r.david.murray, V.E.O
2012-08-29 16:11:32r.david.murraysetmessageid: <1346256692.79.0.485344944467.issue15813@psf.upfronthosting.co.za>
2012-08-29 16:11:31r.david.murraylinkissue15813 messages
2012-08-29 16:11:31r.david.murraycreate