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.

classification
Title: Patch for bug #1458017 Log._log needs to be more forgiving
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, splitscreen
Priority: normal Keywords: patch

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:16adminsetgithub: 43133
2006-03-31 21:21:09splitscreencreate