Patches item #1528167, was opened at 2006-07-25 05:15 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1528167&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: Library (Lib) >Group: Python 2.6 Status: Open Resolution: None Priority: 5 Submitted By: Chad Whitacre (whit537) >Assigned to: Georg Brandl (gbrandl) Summary: Expose case-insensitivity of string.Template Initial Comment: Python's $-style templating is wired for optional case-insensitivity under the hood, but doesn't expose this via the API. The attached patch (against trunk/ r50813) adds a new optional argument to turn this behavior on, and includes doc and tests. ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-07-31 22:32 Message: Logged In: YES user_id=849994 The patch looks very thorough and complete, I will try to look into it after 2.5 is out. Don't let that prevent you reviewing 5 patches, Chad ;-) ---------------------------------------------------------------------- Comment By: Chad Whitacre (whit537) Date: 2006-07-31 18:35 Message: Logged In: YES user_id=340931 (BTW, new patch is against trunk/ r51008) ---------------------------------------------------------------------- Comment By: Chad Whitacre (whit537) Date: 2006-07-31 18:13 Message: Logged In: YES user_id=340931 I've replaced the patch with one that polishes off a few bugs and ambiguities, with accompanying tests and doc. ---------------------------------------------------------------------- Comment By: Chad Whitacre (whit537) Date: 2006-07-26 19:50 Message: Logged In: YES user_id=340931 Warning: I've discovered that I introduced a bug. New patch forthcoming. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1528167&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches