New submission from Pink <cias...@gmail.com>:

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 second example in the doc 
(http://docs.python.org/py3k/library/configparser.html#configparser.ExtendedInterpolation).

The attached patch should fix it.

----------
components: Library (Lib)
files: configparser.diff
keywords: patch
messages: 133897
nosy: ciasoms, lukasz.langa
priority: normal
severity: normal
status: open
title: configparser.ExtendedInterpolation and section case
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file21685/configparser.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11858>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to