[issue38741] Definition of multiple ']' in header configparser

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: Since I got to this only now, we can include the fix in main (3.11) and 3.10. It's too late in the cycle for 3.9. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.9

[issue38741] Definition of multiple ']' in header configparser

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1cc6769e4146951d47528a97e56ba1e8e9ee7fc1 by Miss Islington (bot) in branch '3.10': bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (#27110) https://github.com/python/cpython/commit/1cc6769e4146951d47528a97e56ba1e8e9ee7fc1

[issue38741] Definition of multiple ']' in header configparser

2021-07-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25657 pull_request: https://github.com/python/cpython/pull/27110 ___ Python tracker

[issue38741] Definition of multiple ']' in header configparser

2021-07-13 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 2924bb1a566977efd45f335d6a94cd84d8047edf by jsnklln in branch 'main': bpo-38741: Definition of multiple ']' in header configparser (GH-17129) https://github.com/python/cpython/commit/2924bb1a566977efd45f335d6a94cd84d8047edf --

[issue38741] Definition of multiple ']' in header configparser

2020-05-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: @lukasz.langa, please take a look at the PR for a review. Thank you! -- nosy: +cheryl.sabella, lukasz.langa versions: +Python 3.10, Python 3.9 -Python 3.7 ___ Python tracker

[issue38741] Definition of multiple ']' in header configparser

2019-12-03 Thread Jason Killen
Change by Jason Killen : -- nosy: +Jason.Killen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38741] Definition of multiple ']' in header configparser

2019-11-12 Thread Jason Killen
Change by Jason Killen : -- keywords: +patch pull_requests: +16638 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17129 ___ Python tracker ___

[issue38741] Definition of multiple ']' in header configparser

2019-11-07 Thread Mark
New submission from Mark : in example header is "[i love [python] lang]" parse as "i love [python", only up to the first character ']'. now saving works correctly, but reading does not -- messages: 356225 nosy: @mark99i priority: normal severity: normal status: open title: Definition