[issue20754] Distribution.parse_config_files uses interpolation

Jason R. Coombs report at bugs.python.org
Wed Jul 26 23:20:36 EDT 2017


Jason R. Coombs added the comment:

Ack. The interpolation behavior was also present in Python 2.7. I missed that when I found this ticket and assumed it was similar to issue 20120. In this ticket, the user is requesting that distutils actually change the behavior from performing interpolation to no longer performing it. This change is apparent now that Setuptools has a proper test for the desired behavior.

----------
title: Distribution.parse_config_files uses interpolation since Python 3 -> Distribution.parse_config_files uses interpolation
versions: +Python 2.7

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


More information about the Python-bugs-list mailing list