[issue33251] ConfigParser.items returns items present in vars

2018-04-09 Thread Tim Shaffer
Change by Tim Shaffer <timshaf...@me.com>: -- type: -> behavior ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33251> ___ ___

[issue33251] ConfigParser.items returns items present in vars

2018-04-09 Thread Tim Shaffer
New submission from Tim Shaffer <timshaf...@me.com>: The documentation for ConfigParser.items(section, raw=False, vars=None) says the following: > Changed in version 3.2: Items present in vars no longer appear in the result. > The previous behaviour mixed actual parser options wi