[issue11027] Implement sectionxform in configparser

2016-07-08 Thread Berker Peksag
Berker Peksag added the comment: Issue 26537 is a duplicate of this one but it has an up-to-date and more complete patch so I'm going to close this one. -- nosy: +berker.peksag resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> ConfigParser h

[issue11027] Implement sectionxform in configparser

2012-07-07 Thread Łukasz Langa
Changes by Łukasz Langa : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11027] Implement sectionxform in configparser

2011-07-13 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue11027] Implement sectionxform in configparser

2011-01-28 Thread Łukasz Langa
Łukasz Langa added the comment: Documentation updated in r88220. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue11027] Implement sectionxform in configparser

2011-01-28 Thread Łukasz Langa
Changes by Łukasz Langa : -- Removed message: http://bugs.python.org/msg127279 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue11027] Implement sectionxform in configparser

2011-01-28 Thread Kunjesh Kaushik
Kunjesh Kaushik added the comment: Very well, then. I would rely on sub-classing for now. The patch would work for me as I am only reading configuration. :) And yes, I wouldn't deny the personal bias anyway. Thanks a lot for all your help, folks. Keep up the good work! -- __

[issue11027] Implement sectionxform in configparser

2011-01-28 Thread Łukasz Langa
Łukasz Langa added the comment: Sure, that I can do right away. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue11027] Implement sectionxform in configparser

2011-01-28 Thread Raymond Hettinger
Raymond Hettinger added the comment: My recommendation wasn't to change the regexes. Instead, I recommended documenting how to override them in a subclass. -- ___ Python tracker __

[issue11027] Implement sectionxform in configparser

2011-01-28 Thread Łukasz Langa
Łukasz Langa added the comment: Kunjesh, first of all many thanks for your feedback! A bit of advice, though. I have myself made the mistake of calling features I personally want as "often needed". The reality is that they are not often needed if they weren't reported before. While the curren