[issue28935] distutils use ConfigParser in Python 3.x and fails to parse setup.cfg with percent sign

Berker Peksag report at bugs.python.org
Mon Dec 12 08:00:56 EST 2016


Berker Peksag added the comment:

Thanks for the report! This looks similar to issue 20754.

Disabling string interpolation would break existing code (but probably just Python 3 only code)

Would using %% instead of % be possible for you?

(3.3 and 3.4 are in security-fix-only mode so I removed them from the versions field.)

----------
nosy: +berker.peksag, jason.coombs
type: crash -> behavior
versions:  -Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28935>
_______________________________________


More information about the Python-bugs-list mailing list