[issue20754] Distribution.parse_config_files uses interpolation since Python 3

Axel Haustant report at bugs.python.org
Mon Dec 12 10:49:31 EST 2016


Axel Haustant added the comment:

I just attached the patch submitted on issue28935.

The fix is to simply give interpolation=None as ConfigParser parameter (as documented in the official Python 3.x ConfigParser documentation)

----------
keywords: +patch
nosy: +noirbizarre
Added file: http://bugs.python.org/file45859/disable-distutils-string-interpolation.patch

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


More information about the Python-bugs-list mailing list