SIGN IN SIGN UP

bpo-33251: Prevent ConfigParser.items returning items present in vars. (#6446)

* bpo-33251: ConfigParser.items no longer returns items present in vars.

Documentation for `ConfigParser.items()` states:
'Items present in vars no longer appear in the result.'

This fix aligns behaviour to that specified in the documentation.
C
Chris Bradbury committed
1d4a733cceee237f0850b7887c2945dee707da27
Parent: 25038ec
Committed by Łukasz Langa <lukasz@langa.pl> on 4/23/2018, 7:16:17 PM