Patches item #1462414, was opened at 2006-03-31 21:21 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1462414&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Distutils and setup.py Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: splitscreen (splitscreen) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for bug #1458017 Log._log needs to be more forgiving Initial Comment: 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 ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-04-01 07:48 Message: Logged In: YES user_id=849994 This patch prevents all string formatting even when there's legitimate args. Rejecting. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1462414&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
