This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Daniel.Gordon
Recipients Daniel.Gordon
Date 2012-10-31.15:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351695710.99.0.421343064251.issue16374@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-31 15:01:51Daniel.Gordonsetrecipients: + Daniel.Gordon
2012-10-31 15:01:50Daniel.Gordonsetmessageid: <1351695710.99.0.421343064251.issue16374@psf.upfronthosting.co.za>
2012-10-31 15:01:50Daniel.Gordonlinkissue16374 messages
2012-10-31 15:01:50Daniel.Gordoncreate