]> granicus.if.org Git - python/commit
SF patch #1056967, changes the semantics of Template.safe_substitute() to not
authorBarry Warsaw <barry@python.org>
Mon, 1 Nov 2004 03:52:43 +0000 (03:52 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 1 Nov 2004 03:52:43 +0000 (03:52 +0000)
commit8c72eae2378fde4e473feadd4c7139d9ec9cb8e3
tree6d780db607a15f5d3c025cbfaa7f7fb6811da93d
parent4590c00e89e349d6ec7247d1c4e7e22222e8ae76
SF patch #1056967, changes the semantics of Template.safe_substitute() to not
raise a ValueError for dangling delimiters (the delimiter itself is returned).
Doc/lib/libstring.tex
Lib/string.py
Lib/test/test_pep292.py
Misc/NEWS