[issue26537] ConfigParser has optionxform, but not sectionxform

2019-03-28 Thread Inada Naoki
Change by Inada Naoki : -- versions: +Python 3.8 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26537] ConfigParser has optionxform, but not sectionxform

2018-12-26 Thread Cheryl Sabella
Cheryl Sabella added the comment: Would it be worthwhile to convert this patch to a PR for 3.8? -- nosy: +cheryl.sabella ___ Python tracker ___ ___

[issue26537] ConfigParser has optionxform, but not sectionxform

2016-06-23 Thread Xiang Zhang
Xiang Zhang added the comment: ping -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/

[issue26537] ConfigParser has optionxform, but not sectionxform

2016-05-06 Thread Xiang Zhang
Xiang Zhang added the comment: I write a patch to add sectionxform. It wraps necessary section name operation I think. Hope to have some feedback. -- keywords: +patch Added file: http://bugs.python.org/file42752/add_sectionxform.patch ___ Python trac

[issue26537] ConfigParser has optionxform, but not sectionxform

2016-05-03 Thread Xiang Zhang
Changes by Xiang Zhang : -- nosy: +xiang.zhang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue26537] ConfigParser has optionxform, but not sectionxform

2016-05-02 Thread Łukasz Langa
Changes by Łukasz Langa : -- assignee: -> lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue26537] ConfigParser has optionxform, but not sectionxform

2016-05-02 Thread Łukasz Langa
Łukasz Langa added the comment: I agree sectionxform would be nice. Care to author a patch? The current workaround is modifying the SECTCRE regular expression. -- ___ Python tracker ___

[issue26537] ConfigParser has optionxform, but not sectionxform

2016-03-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue26537] ConfigParser has optionxform, but not sectionxform

2016-03-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- title: ConfigParser has optoinxform, but not sectionxform -> ConfigParser has optionxform, but not sectionxform type: -> enhancement versions: -Python 2.7, Python 3.5 ___ Python tracker