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 Antony.Lee
Recipients Antony.Lee, brett.cannon, larry, ncoghlan, python-dev, yselivanov
Date 2014-09-12.18:02:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410544934.58.0.224860870564.issue20334@psf.upfronthosting.co.za>
In-reply-to
Content
While your patch works, I think it is a good opportunity to simplify the implementation of Signature.__eq__, which is *much* more complicated than what it should be.
Please comment on the attached patch, which uses the helper method approach I suggested.
History
Date User Action Args
2014-09-12 18:02:14Antony.Leesetrecipients: + Antony.Lee, brett.cannon, ncoghlan, larry, python-dev, yselivanov
2014-09-12 18:02:14Antony.Leesetmessageid: <1410544934.58.0.224860870564.issue20334@psf.upfronthosting.co.za>
2014-09-12 18:02:14Antony.Leelinkissue20334 messages
2014-09-12 18:02:14Antony.Leecreate