This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients alunduil, berker.peksag, eric.araujo, jaraco, noirbizarre, tarek
Date 2017-07-27.02:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501123242.9.0.722300006615.issue20754@psf.upfronthosting.co.za>
In-reply-to
Content
While investigating https://github.com/pypa/setuptools/issues/1062, I discovered that the implementation in the attached patch is insufficient. The 'parse_config_files' calls ConfigParser.__init__ in two places, before the for loop and at the end of each loop iteration. The parameters to both calls needs to be the same, or the BasicInterpolation behavior is revived.
History
Date User Action Args
2017-07-27 02:40:43jaracosetrecipients: + jaraco, tarek, eric.araujo, berker.peksag, alunduil, noirbizarre
2017-07-27 02:40:42jaracosetmessageid: <1501123242.9.0.722300006615.issue20754@psf.upfronthosting.co.za>
2017-07-27 02:40:42jaracolinkissue20754 messages
2017-07-27 02:40:42jaracocreate