ConfigParser

Cliff Wells logiplexsoftware at earthlink.net
Thu Sep 13 13:01:11 EDT 2001


On Thursday 13 September 2001 10:00, HariNam Singh wrote:

> The ConfigParser (Python version 2.1.1) doesn't allow '$' signs to be in
> the option name. This clashes with my desired use of it, because there have
> to be '$' signs in the option name.

> 1. Is there a reason, why '$' are not allowed in the option name.

Although I haven't read it, I suspect RFC 822 (see the Python docs on this 
module) doesn't allow it.  I faced the same problem as ConfigParser doesn't 
allow spaces in the option name either, and I was dealing with a Windows 
program that used spaces.


-- 
Cliff Wells
Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308
(800) 735-0555 x308




More information about the Python-list mailing list