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 bethard
Recipients bethard, eric.araujo, jakub, tshepang
Date 2012-07-21.20:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342900969.88.0.0657404819759.issue14365@psf.upfronthosting.co.za>
In-reply-to
Content
I think the real fix needs to search recursively though all subparsers. Here's a first draft of a patch that does this. I believe your sample code works after this patch.

I don't have the time to turn your bug report into proper test (and add a test for the recursive bit), but hopefully this is enough to let someone else finish up fixing this bug.

And yes, your "dirty hack" was still helpful in putting this together. ;-)
History
Date User Action Args
2012-07-21 20:02:49bethardsetrecipients: + bethard, eric.araujo, tshepang, jakub
2012-07-21 20:02:49bethardsetmessageid: <1342900969.88.0.0657404819759.issue14365@psf.upfronthosting.co.za>
2012-07-21 20:02:49bethardlinkissue14365 messages
2012-07-21 20:02:49bethardcreate