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 habnabit
Recipients habnabit, rhettinger
Date 2008-05-18.21:41:04
SpamBayes Score 0.008941407
Marked as misclassified No
Message-id <1211146874.93.0.827550579385.issue2909@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, here's a new version of my patch. Instead of replacing the default 
functionality of struct.Struct, this patch now adds the functionality to a 
separate class called NamedStruct, so as to not break backwards 
compatibility. The coding style has been revised, and it now also raises a 
more descriptive error if the regex fails to parse. Also included: a unit 
test.
History
Date User Action Args
2008-05-18 21:41:17habnabitsetspambayes_score: 0.00894141 -> 0.008941407
recipients: + habnabit, rhettinger
2008-05-18 21:41:14habnabitsetspambayes_score: 0.00894141 -> 0.00894141
messageid: <1211146874.93.0.827550579385.issue2909@psf.upfronthosting.co.za>
2008-05-18 21:41:13habnabitlinkissue2909 messages
2008-05-18 21:41:12habnabitcreate