Márcio Faustino <[email protected]> added the comment:

Shouldn't the "replace('%%', '')" take place before 
"_interpvar_re.sub"? For example, the value "%%(test)s" should be 
accepted as valid but it isn't because "_interpvar_re" has already 
changed it to "%".

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue5741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to