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.

作者 belopolsky
收信人 Arfrever, amaury.forgeotdarc, belopolsky, ezio.melotti, jafo, lemburg, loewis, ronaldoussoren, vstinner
日期 2010-12-07.17:19:22
SpamBayes Score 1.8185423e-05
Marked as misclassified
Message-id <1291742366.02.0.161646897124.issue6697@psf.upfronthosting.co.za>
In-reply-to
内容
I am attaching a revised version of the patch which also includes some tests.  Interestingly, the issue in syslog module is a regression from 3.1 introduced in r80401.  Although it is not a crasher, I don't think it was intentional because although openlog() is happy to accept NULL for indent, the error from  _PyUnicode_AsString() would have to be cleared if the intent was to ignore undecodable indent.
历史
日期 用户 动作 参数
2010-12-07 17:19:26belopolsky修改recipients: + belopolsky, lemburg, loewis, jafo, ronaldoussoren, amaury.forgeotdarc, vstinner, ezio.melotti, Arfrever
2010-12-07 17:19:26belopolsky修改messageid: <1291742366.02.0.161646897124.issue6697@psf.upfronthosting.co.za>
2010-12-07 17:19:22belopolsky链接issue6697 messages
2010-12-07 17:19:22belopolsky创建