On 11 Abr, 20:06, Peter Otten <__pete...@web.de> wrote:
> I think you are right. Please file a bug report .

I will.

> IMO this doesn't fix the problem because
>
> (1) it allows "%%%" which is also incorrect

You're right, how about this one "(?<!%)%(?:%%)*(?!%)"?

> (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?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to