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 barry
Recipients Claudiu.Popa, barry, fdrake, lukasz.langa, python-dev, r.david.murray, rbcollins, serhiy.storchaka
Date 2015-10-13.15:40:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444750837.27.0.370876758645.issue21159@psf.upfronthosting.co.za>
In-reply-to
Content
The failure is in the configglue test suite, but apparently also kazan and qutebrowser are also affected by this change.  In the Launchpad bug there's a link to a librarian build log result.

The problem is that doing the .get() requires that subclasses implement a compatible API, which wasn't required previous to this change.  But apparently adding the fallback argument to the subclass's .get() doesn't entirely fix the problem, it leads to other failures.
History
Date User Action Args
2015-10-13 15:40:37barrysetrecipients: + barry, fdrake, rbcollins, r.david.murray, Claudiu.Popa, lukasz.langa, python-dev, serhiy.storchaka
2015-10-13 15:40:37barrysetmessageid: <1444750837.27.0.370876758645.issue21159@psf.upfronthosting.co.za>
2015-10-13 15:40:37barrylinkissue21159 messages
2015-10-13 15:40:37barrycreate