Files
@ 0f3a584edcb3
Branch filter:
Location: kallithea/docs/readme.rst
0f3a584edcb3
42 B
text/prs.fallenstein.rst
ini: explain how % must be escaped as %% (Issue #375)
Gearbox / paste would fail with:
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '('
The special handling of % is standard configparser behaviour, unless explicitly
fetching raw settings.
Gearbox / paste would fail with:
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '('
The special handling of % is standard configparser behaviour, unless explicitly
fetching raw settings.