[issue1158231] string.Template does not allow step-by-step replacements

2010-08-11 Thread Raymond Hettinger
Raymond Hettinger added the comment: FWIW, the $name $$ $(name) convention is used many other contexts and I don't think there is usually support provided to not substitute $$. Even if there were, there is a usability issue where the final substitution needs to be applied differently to get

[issue1158231] string.Template does not allow step-by-step replacements

2010-08-11 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- priority: normal -> low ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1158231] string.Template does not allow step-by-step replacements

2010-08-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue1158231] string.Template does not allow step-by-step replacements

2010-07-12 Thread Stefan Behnel
Stefan Behnel added the comment: I actually am no longer interested (after 5 years), but if the patch solves the problem, it'd be good to apply it. Lacks a docs patch, though. -- ___ Python tracker

[issue1158231] string.Template does not allow step-by-step replacements

2010-07-10 Thread Matthew Barnett
Matthew Barnett added the comment: Here's a patch for Python 3.1, if anyone's still interested after 5 years. :-) -- keywords: +patch nosy: +mrabarnett Added file: http://bugs.python.org/file17930/from_template.diff ___ Python tracker

[issue1158231] string.Template does not allow step-by-step replacements

2010-07-09 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.1 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue1158231] string.Template does not allow step-by-step replacements

2010-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Stefan, could you provide a patch to move this forward, can this issue be closed, or what? -- nosy: +BreamoreBoy ___ Python tracker ___ _

[issue1158231] string.Template does not allow step-by-step replacements

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list U