[issue11858] configparser.ExtendedInterpolation and section case

2011-04-28 Thread Pink
Pink added the comment: Oh, all right :) My name is Yuxiao Zeng. 2011/4/28 Łukasz Langa : > > Łukasz Langa added the comment: > > Pink, please give your name so I can include you in Misc/ACKS. > > -- > > ___ &

[issue11858] configparser.ExtendedInterpolation and section case

2011-04-16 Thread Pink
New submission from Pink : configparser.ExtendedInterpolation in Python 3.2 has a bug that it will convert the section name in the interpolation to lowercase, and lead to an exception of NoSectionError if the section name has letters in uppercase. In fact it just cannot pass the test of the