SIGN IN SIGN UP

bpo-1198569: Allow string.Template braced pattern to be different (#3288)

* bpo-1198569: Allow the braced pattern to be different

``string.Template`` subclasses can optionally define ``braceidpattern`` if
they want to specify different placeholder patterns inside and outside the
braces.  If None (the default) it falls back to ``idpattern``.
B
Barry Warsaw committed
ba4279683f8eb8f59be10d12547ea89480614388
Parent: f9f1734
Committed by GitHub <noreply@github.com> on 9/4/2017, 8:32:10 PM