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 LambertDW
Recipients LambertDW, fdrake, jafo
Date 2008-11-02.23:23:46
SpamBayes Score 0.0026933025
Marked as misclassified No
Message-id <1225668228.56.0.679542852933.issue4247@psf.upfronthosting.co.za>
In-reply-to
Content
I'd change the exceptions, replace comment with string.
Instead of

raise NotImplementedError  # Set up dummy log back-end

write

raise NotImplementedError('Set up dummy log back-end')
History
Date User Action Args
2008-11-02 23:23:49LambertDWsetrecipients: + LambertDW, fdrake, jafo
2008-11-02 23:23:48LambertDWsetmessageid: <1225668228.56.0.679542852933.issue4247@psf.upfronthosting.co.za>
2008-11-02 23:23:47LambertDWlinkissue4247 messages
2008-11-02 23:23:47LambertDWcreate