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 benjamin.peterson
Recipients Julian, benjamin.peterson, brett.cannon, vstinner
Date 2012-09-21.17:42:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348249333.25.0.180517105281.issue15987@psf.upfronthosting.co.za>
In-reply-to
Content
This is a reasonable request. Should comparison include lineno/col_offset or not? If you implement, __eq__, you should also implement __hash__. Maybe, it would be best to start with a helper comparison function in the ast module.
History
Date User Action Args
2012-09-21 17:42:13benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, vstinner, Julian
2012-09-21 17:42:13benjamin.petersonsetmessageid: <1348249333.25.0.180517105281.issue15987@psf.upfronthosting.co.za>
2012-09-21 17:42:12benjamin.petersonlinkissue15987 messages
2012-09-21 17:42:12benjamin.petersoncreate