diff options
author | Barry Warsaw <barry@python.org> | 2004-11-01 03:52:43 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-11-01 03:52:43 (GMT) |
commit | 8c72eae2378fde4e473feadd4c7139d9ec9cb8e3 (patch) | |
tree | 6d780db607a15f5d3c025cbfaa7f7fb6811da93d /Misc/NEWS | |
parent | 4590c00e89e349d6ec7247d1c4e7e22222e8ae76 (diff) | |
download | cpython-8c72eae2378fde4e473feadd4c7139d9ec9cb8e3.zip cpython-8c72eae2378fde4e473feadd4c7139d9ec9cb8e3.tar.gz cpython-8c72eae2378fde4e473feadd4c7139d9ec9cb8e3.tar.bz2 |
SF patch #1056967, changes the semantics of Template.safe_substitute() to not
raise a ValueError for dangling delimiters (the delimiter itself is returned).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,6 +56,10 @@ Extension Modules Library ------- +- Patch #1056967 changes the semantics of Template.safe_substitute() so that + no ValueError is raised on an 'invalid' match group. Now the delimiter is + returned. + - Bug #1052503 pdb.runcall() was not passing along keyword arguments. - Bug #902037: XML.sax.saxutils.prepare_input_source() now combines relative |