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 larry
Recipients larry, loewis, zach.ware
Date 2014-07-29.11:20:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406632842.08.0.403220979522.issue22096@psf.upfronthosting.co.za>
In-reply-to
Content
I'm with Martin. It would be a funny exception, where the reader'd get confused... why is the impl missing? 

Also, any halfway-decent optimizer will inline the impl into the parsing function, so this has no runtime cost.
History
Date User Action Args
2014-07-29 11:20:42larrysetrecipients: + larry, loewis, zach.ware
2014-07-29 11:20:42larrysetmessageid: <1406632842.08.0.403220979522.issue22096@psf.upfronthosting.co.za>
2014-07-29 11:20:42larrylinkissue22096 messages
2014-07-29 11:20:41larrycreate