Issue 1462414: Patch for bug #1458017 Log._log needs to be more forgiving (original) (raw)

Issue1462414

Created on 2006-03-31 21:21 by splitscreen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
log.diff splitscreen,2006-03-31 22:12 Updated patch
Messages (2)
msg49914 - (view) Author: Matt Fleming (splitscreen) Date: 2006-03-31 21:21
This is a patch to stop Log._log() from crashing when the message string contains a % escape but args is an empty tuple (i.e we're not expecting to format anything). It's only a modest patch against trunk r43509. Matt
msg49915 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-04-01 07:48
Logged In: YES user_id=849994 This patch prevents all string formatting even when there's legitimate args. Rejecting.
History
Date User Action Args
2022-04-11 14:56:16 admin set github: 43133
2006-03-31 21:21:09 splitscreen create