[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread Irit Katriel
Irit Katriel added the comment: Thank you @vidhya! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset 2387aeacc78bfd9d314428b79590b2b47511bf33 by Miss Islington (bot) in branch '3.9': [3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31507) https://github.com/python/cpython/commit/2387aeacc78bfd9d314

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread miss-islington
miss-islington added the comment: New changeset a7af34d407b344de7f138c002854a3e16ecb9db5 by Miss Islington (bot) in branch '3.10': [3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) (GH-31506) https://github.com/python/cpython/commit/a7af34d407b344de7

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +29634 pull_request: https://github.com/python/cpython/pull/31507 ___ Python tracker ___ __

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +29633 pull_request: https://github.com/python/cpython/pull/31506 ___ Python tracker ___

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread Irit Katriel
Irit Katriel added the comment: New changeset bba8008f99d615a02984422a3825082bb5621f5a by vidhya in branch 'main': bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) https://github.com/python/cpython/commit/bba8008f99d615a02984422a3825082bb5621f5a

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-18 Thread Vidhya
Change by Vidhya : -- pull_requests: +29552 pull_request: https://github.com/python/cpython/pull/31413 ___ Python tracker ___ ___ Py

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-15 Thread Vidhya
Vidhya added the comment: Thanks. A pull request is created at https://github.com/python/cpython/pull/31359. -- ___ Python tracker ___

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-15 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 10.0 -> 11.0 pull_requests: +29509 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/31359 ___ Python tracker

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-14 Thread Irit Katriel
Irit Katriel added the comment: It’s still open. Go for it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-14 Thread Vidhya
Vidhya added the comment: I am newbie to Python developer group and have the document source build and compiled successfully. Is this issue updated in the document. I would like to work on this if this is not closed. Please let me know. Thanks -- nosy: +vidhya.friend __

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-01-31 Thread Irit Katriel
Irit Katriel added the comment: The comment Terry suggests to add (see https://bugs.python.org/issue20923#msg255304) could be placed in this paragraph: https://docs.python.org/3/library/configparser.html#supported-ini-file-structure -- keywords: +easy nosy: +iritkatriel title: Expla