Tim Williams wrote:

> I've spent too much time trying to track this down. I'll just hard-code my
> filename in my INI file. Maybe I'll get back to it, but I need to move on.

The only alternative I see would be to build your own InterpolationEngine 
which understands some kind of escaping so that e. g.

format = '%%(asctime)s: (%%(levelname)s)  %%(message)s'

would become

format = '%(asctime)s: (%(levelname)s)  %(message)s'

when you invoke the dict() method.


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to