[Patches] [Patch #102852] Make % error a bit more informative

noreply@sourceforge.net noreply@sourceforge.net
Thu, 14 Dec 2000 17:55:08 -0800


Patch #102852 has been updated. 

Project: python
Category: core (C code)
Status: Accepted
Submitted by: akuchling
Assigned to : tim_one
Summary: Make % error a bit more informative

Follow-Ups:

Date: 2000-Dec-14 17:55
By: tim_one

Comment:
Just as arbitrarily reassigned to me, and non-arbitrarily Accepted it.  Check it in!  It's a good idea.
-------------------------------------------------------

Date: 2000-Dec-14 17:24
By: akuchling

Comment:
This patch indicates the index at which an unknown %-escape
was found... useful when using %(foo)... inside a string 
several kilobytes long, as can happen when doing HTML
templating.

Arbitrarily assigning to Jeremy.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102852&group_id=5470