[New-bugs-announce] [issue16374] ConfigParser: Passing a semicolon as a value

Daniel Gordon report at bugs.python.org
Wed Oct 31 16:01:50 CET 2012


New submission from Daniel Gordon:

I have a configuration file containing a key and value:
delimiter=;

Using ConfigParser,
the resulting value of the key delimiter is empty.
Expected behavior should be a semicolon as the value.

This behavior occurred on Linux (Ubuntu 12.04) but not on Windows 7.

----------
components: Library (Lib)
messages: 174288
nosy: Daniel.Gordon
priority: normal
severity: normal
status: open
title: ConfigParser: Passing a semicolon as a value
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16374>
_______________________________________


More information about the New-bugs-announce mailing list