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 jlove
Recipients alexis, eric.araujo, jlove, tarek
Date 2011-09-25.20:19:26
SpamBayes Score 1.1487253e-05
Marked as misclassified No
Message-id <1316981967.7.0.610225698764.issue11751@psf.upfronthosting.co.za>
In-reply-to
Content
Incorporated some formatting suggestions.

Removed _actions.  Just as well, as I accidentally left in the 'blarg' bogus action ;^)

Added a test for implicit-include.

Whether 'this cannot happen' can happen depends on the output of _parse_template_line.  If you wanted to remove the catch-all and still have test backup, you'd probably have to restort to some form of fuzz-testing _process_template_line.  As the code stands now it could be removed.  I left it alone as insurance against future changes.
History
Date User Action Args
2011-09-25 20:19:27jlovesetrecipients: + jlove, tarek, eric.araujo, alexis
2011-09-25 20:19:27jlovesetmessageid: <1316981967.7.0.610225698764.issue11751@psf.upfronthosting.co.za>
2011-09-25 20:19:27jlovelinkissue11751 messages
2011-09-25 20:19:26jlovecreate