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 lehmannro
Recipients lehmannro, str8lazy
Date 2008-02-28.17:01:44
SpamBayes Score 0.06166705
Marked as misclassified No
Message-id <1204218105.6.0.585541258081.issue2201@psf.upfronthosting.co.za>
In-reply-to
Content
In the example code from the tutorial you gave, there was still a comma
separator between the string 'equals' and the reference `x`. This is
missing when you entered the code, that's why Python is throwing an
exception there.
History
Date User Action Args
2008-02-28 17:01:45lehmannrosetspambayes_score: 0.0616671 -> 0.06166705
recipients: + lehmannro, str8lazy
2008-02-28 17:01:45lehmannrosetspambayes_score: 0.0616671 -> 0.0616671
messageid: <1204218105.6.0.585541258081.issue2201@psf.upfronthosting.co.za>
2008-02-28 17:01:45lehmannrolinkissue2201 messages
2008-02-28 17:01:44lehmannrocreate