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, loewis
Date 2008-03-29.18:30:05
SpamBayes Score 0.030566737
Marked as misclassified No
Message-id <1206815408.44.0.121788242529.issue2511@psf.upfronthosting.co.za>
In-reply-to
Content
The ASDL file has an XXX comment about excepthandler's lineno and
col_offset -- they are not attributes but fields which gets confusing
when this is exported to Python code. I think the only way to solve this
is to make it a "trivial" Sum with one element. This patch does that.
History
Date User Action Args
2008-03-29 18:30:08georg.brandlsetspambayes_score: 0.0305667 -> 0.030566737
recipients: + georg.brandl, loewis
2008-03-29 18:30:08georg.brandlsetspambayes_score: 0.0305667 -> 0.0305667
messageid: <1206815408.44.0.121788242529.issue2511@psf.upfronthosting.co.za>
2008-03-29 18:30:07georg.brandllinkissue2511 messages
2008-03-29 18:30:07georg.brandlcreate