Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definition of multiple ']' in header configparser #82922

Closed
mark99i mannequin opened this issue Nov 8, 2019 · 5 comments
Closed

Definition of multiple ']' in header configparser #82922

mark99i mannequin opened this issue Nov 8, 2019 · 5 comments
Labels
3.10 only security fixes 3.11 only security fixes type-bug An unexpected behavior, bug, or error

Comments

@mark99i
Copy link
Mannequin

mark99i mannequin commented Nov 8, 2019

BPO 38741
Nosy @ambv, @jsnklln, @csabella, @miss-islington, @@mark99i
PRs
  • bpo-38741: Definition of multiple ']' in header configparser #17129
  • [3.10] bpo-38741: Definition of multiple ']' in header configparser (GH-17129) #27110
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2021-07-13.14:36:28.644>
    created_at = <Date 2019-11-08.06:07:52.713>
    labels = ['type-bug', '3.10', '3.11']
    title = "Definition of multiple ']' in header configparser"
    updated_at = <Date 2021-07-13.14:36:28.643>
    user = 'https://github.com/mark99i'

    bugs.python.org fields:

    activity = <Date 2021-07-13.14:36:28.643>
    actor = 'lukasz.langa'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-07-13.14:36:28.644>
    closer = 'lukasz.langa'
    components = []
    creation = <Date 2019-11-08.06:07:52.713>
    creator = '@mark99i'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38741
    keywords = ['patch']
    message_count = 5.0
    messages = ['356225', '369737', '397400', '397409', '397410']
    nosy_count = 5.0
    nosy_names = ['lukasz.langa', 'Jason.Killen', 'cheryl.sabella', 'miss-islington', '@mark99i']
    pr_nums = ['17129', '27110']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38741'
    versions = ['Python 3.10', 'Python 3.11']

    @mark99i
    Copy link
    Mannequin Author

    mark99i mannequin commented Nov 8, 2019

    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

    @mark99i mark99i mannequin added 3.7 (EOL) end of life type-bug An unexpected behavior, bug, or error labels Nov 8, 2019
    @csabella
    Copy link
    Contributor

    @lukasz.langa, please take a look at the PR for a review. Thank you!

    @csabella csabella added 3.9 only security fixes 3.10 only security fixes and removed 3.7 (EOL) end of life labels May 23, 2020
    @ambv
    Copy link
    Contributor

    ambv commented Jul 13, 2021

    New changeset 2924bb1 by jsnklln in branch 'main':
    bpo-38741: Definition of multiple ']' in header configparser (GH-17129)
    2924bb1

    @ambv
    Copy link
    Contributor

    ambv commented Jul 13, 2021

    New changeset 1cc6769 by Miss Islington (bot) in branch '3.10':
    bpo-38741: Definition of multiple ']' in header configparser (GH-17129) (bpo-27110)
    1cc6769

    @ambv
    Copy link
    Contributor

    ambv commented Jul 13, 2021

    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.

    @ambv ambv added 3.11 only security fixes and removed 3.9 only security fixes labels Jul 13, 2021
    @ambv ambv closed this as completed Jul 13, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes 3.11 only security fixes type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants