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 felloak
Recipients felloak
Date 2013-08-08.03:22:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375932142.75.0.662721125733.issue18681@psf.upfronthosting.co.za>
In-reply-to
Content
just a typo:

270c270
<             raise ImportError(msg.format(parentname), name=parent_name)
---
>             raise ImportError(msg.format(parent_name), name=parent_name)
History
Date User Action Args
2013-08-08 03:22:22felloaksetrecipients: + felloak
2013-08-08 03:22:22felloaksetmessageid: <1375932142.75.0.662721125733.issue18681@psf.upfronthosting.co.za>
2013-08-08 03:22:22felloaklinkissue18681 messages
2013-08-08 03:22:22felloakcreate