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 eric.araujo
Recipients Alzakath, eric.araujo, lukasz.langa, raduv
Date 2013-03-30.19:35:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364672138.59.0.718468656739.issue17453@psf.upfronthosting.co.za>
In-reply-to
Content
Unless the 2.7 configparser docs mention that two quotes are parsed as an empty string, I think this is an implementation accident, should not be relied upon and 3.x should not be changed to match it.  Values in configparser files are not Python strings: we write root, not "root".
History
Date User Action Args
2013-03-30 19:35:38eric.araujosetrecipients: + eric.araujo, lukasz.langa, Alzakath, raduv
2013-03-30 19:35:38eric.araujosetmessageid: <1364672138.59.0.718468656739.issue17453@psf.upfronthosting.co.za>
2013-03-30 19:35:38eric.araujolinkissue17453 messages
2013-03-30 19:35:38eric.araujocreate