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 chrBrd
Recipients chrBrd, lukasz.langa
Date 2018-04-22.18:03:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524420194.75.0.682650639539.issue33333@psf.upfronthosting.co.za>
In-reply-to
Content
The fix for the actual issue is quite trivial (and should fix bpo-33251 at the same time). However `ExtendedInterpolation::_interpolate_some` relies on the options from the default section always being returned.

Not only does this make the fix more complicated, it also makes me worry that aligning behaviour to match the documentation (which I personally feel makes more sense) will breake backwards compatibility.
History
Date User Action Args
2018-04-22 18:03:14chrBrdsetrecipients: + chrBrd, lukasz.langa
2018-04-22 18:03:14chrBrdsetmessageid: <1524420194.75.0.682650639539.issue33333@psf.upfronthosting.co.za>
2018-04-22 18:03:14chrBrdlinkissue33333 messages
2018-04-22 18:03:14chrBrdcreate