diff options
author | Barry Warsaw <barry@python.org> | 2017-09-04 16:32:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 16:32:10 -0400 |
commit | ba4279683f8eb8f59be10d12547ea89480614388 (patch) | |
tree | a04e6ac5d0855275d27308072b05c7635423ed9e /Python/Python-ast.c | |
parent | f9f17346d722b6f073a048b41ec0d6adf336d1d2 (diff) | |
download | cpython-git-ba4279683f8eb8f59be10d12547ea89480614388.tar.gz |
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``.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions