On Tue, 2006-04-04 at 10:41 -0500, Ian Bicking wrote: > A $ prefix would act at parse time, i.e., $"answer: $answer" would be > equivalent to ("answer: " + str(answer)).
Wouldn't it be equivalent to string.Template("answer: $answer") ? In any event... > Though I also agree that $"answer: $answer" introduces a confusing > number of $'s. ...I agree too! :) -Barry
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com