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 georg.brandl
Recipients georg.brandl, pitrou
Date 2008-01-20.14:32:31
SpamBayes Score 0.023442041
Marked as misclassified No
Message-id <1200839552.4.0.231169157838.issue1876@psf.upfronthosting.co.za>
In-reply-to
Content
As seen from the __eq__ example, the exception should be SyntaxError.
With both changes, it works fine again in r60142.

As for why the test is there, maybe the operator functions had lax error
checking once.
History
Date User Action Args
2008-01-20 14:32:32georg.brandlsetspambayes_score: 0.023442 -> 0.023442041
recipients: + georg.brandl, pitrou
2008-01-20 14:32:32georg.brandlsetspambayes_score: 0.023442 -> 0.023442
messageid: <1200839552.4.0.231169157838.issue1876@psf.upfronthosting.co.za>
2008-01-20 14:32:31georg.brandllinkissue1876 messages
2008-01-20 14:32:31georg.brandlcreate