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 <[email protected]> <http://bugs.python.org/issue16374> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
