[issue33251] ConfigParser.items returns items present in vars

2018-04-10 Thread Chris Bradbury
Change by Chris Bradbury : -- keywords: +patch pull_requests: +6141 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33251> ___ ___ Py

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

2018-04-22 Thread Chris Bradbury
New submission from Chris Bradbury : 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 given > section. Option

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

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury : -- keywords: +patch pull_requests: +6261 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue3> ___ ___ Py

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

2018-04-22 Thread Chris Bradbury
Chris Bradbury 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 this make the fix more

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

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury : -- pull_requests: +6263 ___ Python tracker <https://bugs.python.org/issue3> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33251] ConfigParser.items returns items present in vars

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury : -- pull_requests: +6264 ___ Python tracker <https://bugs.python.org/issue33251> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2018-04-22 Thread Chris Bradbury
Chris Bradbury 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 tracker <https://bugs.python.

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

2018-04-22 Thread Chris Bradbury
Change by Chris Bradbury : -- resolution: -> not a bug ___ Python tracker <https://bugs.python.org/issue3> ___ ___ Python-bugs-list mailing list Unsubscrib

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

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

[issue33251] ConfigParser.items returns items present in vars

2018-04-23 Thread Chris Bradbury
Change by Chris Bradbury : -- pull_requests: +6283 ___ Python tracker <https://bugs.python.org/issue33251> ___ ___ Python-bugs-list mailing list Unsubscribe: