[issue33251] ConfigParser.items returns items present in vars

2018-04-23 Thread Chris Bradbury
Change by Chris Bradbury <viff3...@gmail.com>: -- pull_requests: +6283 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33251> ___

[issue33333] ConfigParser.items returns items present in `DEFAULTSECT` when section argument given.

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury <viff3...@gmail.com>: -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python resolution: not a bug -> status: closed -> open ___ Python tracker <rep...@bugs.

[issue33333] ConfigParser.items returns items present in `DEFAULTSECT` when section argument given.

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury <viff3...@gmail.com>: -- resolution: -> not a bug ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33333] ConfigParser.items returns items present in `DEFAULTSECT` when section argument given.

2018-04-22 Thread Chris Bradbury
Chris Bradbury <viff3...@gmail.com> added the comment: I'll make the documentation changes instead, not overly surprised to hear this is intentional. -- stage: patch review -> resolved status: open -> closed ___ Python

[issue33251] ConfigParser.items returns items present in vars

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury <viff3...@gmail.com>: -- pull_requests: +6264 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33251> ___

[issue33333] ConfigParser.items returns items present in `DEFAULTSECT` when section argument given.

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury <viff3...@gmail.com>: -- pull_requests: +6263 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue3> ___

[issue33333] ConfigParser.items returns items present in `DEFAULTSECT` when section argument given.

2018-04-22 Thread Chris Bradbury
Chris Bradbury <viff3...@gmail.com> added the comment: 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 thi

[issue33333] ConfigParser.items returns items present in `DEFAULTSECT` when section argument given.

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury <viff3...@gmail.com>: -- keywords: +patch pull_requests: +6261 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33333] ConfigParser.items returns items present in `DEFAULTSECT` when section argument given.

2018-04-22 Thread Chris Bradbury
New submission from Chris Bradbury <viff3...@gmail.com>: According to `ConfigParser.items` docs: > When section is not given, return a list of section_name, section_proxy > pairs, including DEFAULTSECT. > Otherwise, return a list of name, value pairs for the options in the g

[issue33251] ConfigParser.items returns items present in vars

2018-04-10 Thread Chris Bradbury
Change by Chris Bradbury <viff3...@gmail.com>: -- keywords: +patch pull_requests: +6141 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt