Message 50719 - Python tracker

Message50719

Author kenlalonde
Recipients
Date 2006-07-18.21:17:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
ConfigParser considers leading white space before
options and comments to be syntax errors, which is a
bit harsh, and limits the utility of the module when
parsing files originally written for other programs,
such as Samba's smb.conf.

The attached patch ignores leading white space on
options, and skips comments with leading w.s.
History
Date User Action Args
2007-08-23 15:53:38adminlinkissue1524825 messages
2007-08-23 15:53:38admincreate