[Python-bugs-list] [Bug #115357] ConfigParser feedback

noreply@sourceforge.net noreply@sourceforge.net
Tue, 26 Sep 2000 08:14:00 -0700


Bug #115357, was updated on 2000-Sep-26 05:31
Here is a current snapshot of the bug.

Project: Python
Category: Library
Status: Open
Resolution: None
Bug Group: Feature Request
Priority: 1
Summary: ConfigParser feedback

Details: (I received this via email; the submitter doesn't seem to be interested in using SourceForge.)

From: "Todd R. Palmer" <todd.palmer@callcti.com>

1. ConfigParser chokes on sections headers with spaces (ie [Log File] ).  I 
know that these are vaild on MS Windows, and I'm pretty sure they are valid on Unix config files. It looks like just the regular expression needs to change for the headers (sorry I'm really bad at regex).

2. sections() returns all sections including the '__name__' key.  Should it?  It's pretty easy for us to skip, but it's just used internally.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115357&group_id=5470