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 paul.j3
Recipients bethard, brett.cannon, paul.j3, quabla
Date 2016-03-11.01:25:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457659528.91.0.943311417401.issue26394@psf.upfronthosting.co.za>
In-reply-to
Content
I need to study that patch more, but I don't like the fact that it operates at the core of the parsing (e.g. in 'take_action').  That's a dangerous place to add features.  Unexpected behaviors and backwards compatibility problems are too likely.

It would be better if the enhancement could be made to things that are already being subclassed, like Actions.  But I'll have to think more about alternatives.
History
Date User Action Args
2016-03-11 01:25:29paul.j3setrecipients: + paul.j3, brett.cannon, bethard, quabla
2016-03-11 01:25:28paul.j3setmessageid: <1457659528.91.0.943311417401.issue26394@psf.upfronthosting.co.za>
2016-03-11 01:25:28paul.j3linkissue26394 messages
2016-03-11 01:25:27paul.j3create