Márcio Faustino wrote:

> On 11 Abr, 20:06, Peter Otten <__pete...@web.de> wrote:

>> (2) _interpvar_re has already butchered values like "%%(alpha)s" to "%"
> 
> Isn't that expected? I mean, one wouldn't write "%%(alpha)s", but
> instead "%%%(alpha)s" or "%(alpha)s" right?

"%%(alpha)s" would mean that you want the value to be "%(alpha)s" (unlikely,
but possible).

Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to