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 timonti
Recipients timonti
Date 2016-05-15.15:00:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463324449.1.0.433434193016.issue27028@psf.upfronthosting.co.za>
In-reply-to
Content
The below code works fine with ExtendedInterpolation; however with BasicInterpolation it _url fails with invalid variable reference.

The INI file:
[DEFAULT]
domain=abc.labs.com

[machine-details]
compilation_machine=abc1
compilation_machine_url=%(compilation_machine).%(domain)
compilation_machine_url2=${compilation_machine}.${domain}

Python Version:
Python 3.5.1

Environment:
Arch Linux
History
Date User Action Args
2016-05-15 15:00:49timontisetrecipients: + timonti
2016-05-15 15:00:49timontisetmessageid: <1463324449.1.0.433434193016.issue27028@psf.upfronthosting.co.za>
2016-05-15 15:00:49timontilinkissue27028 messages
2016-05-15 15:00:49timonticreate