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 Sworddragon
Recipients Sworddragon
Date 2013-08-24.11:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377343990.79.0.586156704832.issue18825@psf.upfronthosting.co.za>
In-reply-to
Content
For logging.exception() and similar variants the msg argument must be passed but on a formation the LogRecord "message" is not mandatory. In this case wouldn't it be better to make the msg argument optional? At default it could be None or ''.
History
Date User Action Args
2013-08-24 11:33:10Sworddragonsetrecipients: + Sworddragon
2013-08-24 11:33:10Sworddragonsetmessageid: <1377343990.79.0.586156704832.issue18825@psf.upfronthosting.co.za>
2013-08-24 11:33:10Sworddragonlinkissue18825 messages
2013-08-24 11:33:10Sworddragoncreate